#421836

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

Shades of Blackberry #421836

Tints of Blackberry #421836

Color information

#421836 (or 0x421836) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 36. RGB value is (66,24,54). Sum of RGB (Red+Green+Blue) = 66+24+54=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421836 is #BDE7C9. Grayscale: #272727. Windows color (decimal): -12445642 or 3545154. OLE color: 3545154.

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

Color convert

RGB662454-
CMYK00.640.180.74
HSL317.14º46.67%17.65%-
HSV(B)317.14º63.64%25.88%-
XYZ3.242.083.72-
YUV39.98135.91146.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=45.83%
G=16.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66245400.640.180.74317.1446.6717.65
Hex421836040124A13d2f12
Octal10230660100221124755722
Binary1000010110001101100100000010010100101010011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421836; }

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

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

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

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

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

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

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

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