Html Css Color HEX #420820 Blackberry

📋 copy color: '#420820'

red 66 ◦ green 8 ◦ blue 32

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

Shades of Blackberry #420820

Tints of Blackberry #420820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.19%

R = 62.26%
G = 7.55%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#420820 (or 0x420820) is known color: Blackberry. HEX triplet: 42, 08 and 20. RGB value is (66,8,32). Sum of RGB (Red+Green+Blue) = 66+8+32=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420820 is #BDF7DF. Grayscale: #1C1C1C. Windows color (decimal): -12449760 or 2099266. OLE color: 2099266.

HSL color Cylindrical-coordinate representation of color #420820: hue angle of 335.17º 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 #420820 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 32 -
CMYK 0 0.88 0.52 0.74
HSL 335.17º 0.78% 0.15% -
HSV(B) 335.17º 0.88% 0.26% -
XYZ 2.59 1.44 1.51 -
YUV 28.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 66 8 32 0 0.88 0.52 0.74 335.17 0.78 0.15
Hex 42 8 20 0 58 34 4A 14F 4E F
Octal 102 10 40 0 130 64 112 517 116 17
Binary 1000010 1000 100000 0 1011000 110100 1001010 101001111 1001110 1111

Color Harmonies of #420820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420820

Black with #420820

Text Example


Text Example

White with #420820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420820; }

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

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

background-color css

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

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

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

border-color css

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

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

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