#430529

Color #430529 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #430529

Tints of Blackberry #430529

Color information

#430529 (or 0x430529) is unknown color: approx Blackberry. HEX triplet: 43, 05 and 29. RGB value is (67,5,41). Sum of RGB (Red+Green+Blue) = 67+5+41=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430529 is #BCFAD6. Grayscale: #1B1B1B. Windows color (decimal): -12384983 or 2688323. OLE color: 2688323.

HSL color Cylindrical-coordinate representation of color #430529: hue angle of 325.16º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430529 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB67541-
CMYK00.930.390.74
HSL325.16º86.11%14.12%-
HSV(B)325.16º92.54%26.27%-
XYZ2.771.462.23-
YUV27.64135.54156.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=59.29%
G=4.42%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6754100.930.390.74325.1686.1114.12
Hex4352905D274A14556e
Octal10355101354711250512616
Binary100001110110100101011101100111100101010100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430529; }

 p { color: rgb(67,5,41); }

 H1.HeaderClassName
 {
   color: #430529;
 }
 .AnyTagClassName
 {
   color: #430529;
 }
</style>
background-color css

<style>
 a { background-color: #430529; }

 a { background-color: rgb(67,5,41); }

 div.DivClassName
 {
   background-color: #430529;
 }
 .BgClassName
 {
   background-color: #430529;
 }
</style>
border-color css

<style>
 span { border-color: #430529; }

 span { border-color: rgb(67,5,41); }

 td.TdClassName
 {
   border-color: #430529;
 }
 .TagClassName
 {
   border-color: #430529;
 }
</style>