Html Css Color HEX #420420 Blackberry

📋 copy color: '#420420'

red 66 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #420420

Tints of Blackberry #420420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.92%

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

R = 64.71%
G = 3.92%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#420420 (or 0x420420) is known color: Blackberry. HEX triplet: 42, 04 and 20. RGB value is (66,4,32). Sum of RGB (Red+Green+Blue) = 66+4+32=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #420420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420420 is #BDFBDF. Grayscale: #191919. Windows color (decimal): -12450784 or 2098242. OLE color: 2098242.

HSL color Cylindrical-coordinate representation of color #420420: hue angle of 332.9º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420420 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 32 -
CMYK 0 0.94 0.52 0.74
HSL 332.9º 0.89% 0.14% -
HSV(B) 332.9º 0.94% 0.26% -
XYZ 2.55 1.35 1.49 -
YUV 25.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 66 4 32 0 0.94 0.52 0.74 332.9 0.89 0.14
Hex 42 4 20 0 5E 34 4A 14D 59 E
Octal 102 4 40 0 136 64 112 515 131 16
Binary 1000010 100 100000 0 1011110 110100 1001010 101001101 1011001 1110

Color Harmonies of #420420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420420

Black with #420420

Text Example


Text Example

White with #420420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420420; }

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

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

background-color css

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

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

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

border-color css

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

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

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