Html Css Color HEX #420222 Blackberry

📋 copy color: '#420222'

red 66 ◦ green 2 ◦ blue 34

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

Shades of Blackberry #420222

Tints of Blackberry #420222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 34 (13.67% from 255) = 33.33%

R = 64.71%
G = 1.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#420222 (or 0x420222) is known color: Blackberry. HEX triplet: 42, 02 and 22. RGB value is (66,2,34). Sum of RGB (Red+Green+Blue) = 66+2+34=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #420222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420222 is #BDFDDD. Grayscale: #181818. Windows color (decimal): -12451294 or 2228802. OLE color: 2228802.

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

Color convert

RGB 66 2 34 -
CMYK 0 0.97 0.48 0.74
HSL 330º 0.94% 0.13% -
HSV(B) 330º 0.97% 0.26% -
XYZ 2.56 1.32 1.63 -
YUV 24.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 66 2 34 0 0.97 0.48 0.74 330 0.94 0.13
Hex 42 2 22 0 61 30 4A 14A 5E D
Octal 102 2 42 0 141 60 112 512 136 15
Binary 1000010 10 100010 0 1100001 110000 1001010 101001010 1011110 1101

Color Harmonies of #420222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420222

Black with #420222

Text Example


Text Example

White with #420222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420222; }

 p { color: rgb(66,2,34); }

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

background-color css

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

 a { background-color: rgb(66,2,34); }

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

border-color css

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

 span { border-color: rgb(66,2,34); }

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