#430D21

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

Shades of Blackberry #430D21

Tints of Blackberry #430D21

Color information

#430D21 (or 0x430D21) is unknown color: approx Blackberry. HEX triplet: 43, 0D and 21. RGB value is (67,13,33). Sum of RGB (Red+Green+Blue) = 67+13+33=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D21 is #BCF2DE. Grayscale: #1F1F1F. Windows color (decimal): -12382943 or 2166083. OLE color: 2166083.

HSL color Cylindrical-coordinate representation of color #430D21: hue angle of 337.78º 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 #430D21 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB671333-
CMYK00.810.510.74
HSL337.78º67.5%15.69%-
HSV(B)337.78º80.6%26.27%-
XYZ2.731.591.6-
YUV31.43128.89153.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=59.29%
G=11.50%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67133300.810.510.74337.7867.515.69
Hex43D21051334A1524410
Octal103154101216311252210420
Binary10000111101100001010100011100111001010101010010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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