#421436

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

Shades of Blackberry #421436

Tints of Blackberry #421436

Color information

#421436 (or 0x421436) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 36. RGB value is (66,20,54). Sum of RGB (Red+Green+Blue) = 66+20+54=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421436 is #BDEBC9. Grayscale: #252525. Windows color (decimal): -12446666 or 3544130. OLE color: 3544130.

HSL color Cylindrical-coordinate representation of color #421436: hue angle of 315.65º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421436 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB662054-
CMYK00.700.180.74
HSL315.65º53.49%16.86%-
HSV(B)315.65º69.7%25.88%-
XYZ3.161.923.69-
YUV37.63137.24148.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=47.14%
G=14.29%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66205400.700.180.74315.6553.4916.86
Hex421436046124A13c3511
Octal10224660106221124746521
Binary1000010101001101100100011010010100101010011110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421436; }

 p { color: rgb(66,20,54); }

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

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

 a { background-color: rgb(66,20,54); }

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

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

 span { border-color: rgb(66,20,54); }

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