#430D29

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

Shades of Blackberry #430D29

Tints of Blackberry #430D29

Color information

#430D29 (or 0x430D29) is unknown color: approx Blackberry. HEX triplet: 43, 0D and 29. RGB value is (67,13,41). Sum of RGB (Red+Green+Blue) = 67+13+41=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #430D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D29 is #BCF2D6. Grayscale: #202020. Windows color (decimal): -12382935 or 2690371. OLE color: 2690371.

HSL color Cylindrical-coordinate representation of color #430D29: hue angle of 328.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D29 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB671341-
CMYK00.810.390.74
HSL328.89º67.5%15.69%-
HSV(B)328.89º80.6%26.27%-
XYZ2.861.642.26-
YUV32.34132.89152.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 13 (5.47% from 255) = 10.74%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=55.37%
G=10.74%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67134100.810.390.74328.8967.515.69
Hex43D29051274A1494410
Octal103155101214711251110420
Binary10000111101101001010100011001111001010101001001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430D29; }

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

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

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

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

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

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

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

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