Html Css Color HEX #420836 Blackberry

📋 copy color: '#420836'

red 66 ◦ green 8 ◦ blue 54

#420836
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #420836

Tints of Blackberry #420836

RGB

 RED value IS 66 (26.17% from 255) = 51.56%

 GREEN value IS 8 (3.52% from 255) = 6.25%

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 51.56%
G = 6.25%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#420836 (or 0x420836) is known color: Blackberry. HEX triplet: 42, 08 and 36. RGB value is (66,8,54). Sum of RGB (Red+Green+Blue) = 66+8+54=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #420836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420836 is #BDF7C9. Grayscale: #1E1E1E. Windows color (decimal): -12449738 or 3541058. OLE color: 3541058.

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

Color convert

RGB 66 8 54 -
CMYK 0 0.88 0.18 0.74
HSL 312.41º 0.78% 0.15% -
HSV(B) 312.41º 0.88% 0.26% -
XYZ 3 1.6 3.64 -
YUV 30.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 66 8 54 0 0.88 0.18 0.74 312.41 0.78 0.15
Hex 42 8 36 0 58 12 4A 138 4E F
Octal 102 10 66 0 130 22 112 470 116 17
Binary 1000010 1000 110110 0 1011000 10010 1001010 100111000 1001110 1111

Color Harmonies of #420836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420836

Black with #420836

Text Example


Text Example

White with #420836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420836; }

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

 H1.HeaderClassName
 {
   color: #420836;
 }
 .AnyTagClassName
 {
   color: #420836;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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