Html Css Color HEX #420022 Blackberry

📋 copy color: '#420022'

red 66 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #420022

Tints of Blackberry #420022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66%
G = 0%
B = 34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#420022 (or 0x420022) is known color: Blackberry. HEX triplet: 42, 00 and 22. RGB value is (66,0,34). Sum of RGB (Red+Green+Blue) = 66+0+34=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #420022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420022 is #BDFFDD. Grayscale: #171717. Windows color (decimal): -12451806 or 2228290. OLE color: 2228290.

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

Color convert

RGB 66 0 34 -
CMYK 0 1 0.48 0.74
HSL 329.09º 1% 0.13% -
HSV(B) 329.09º 1% 0.26% -
XYZ 2.54 1.27 1.63 -
YUV 23.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 66 0 34 0 1 0.48 0.74 329.09 1 0.13
Hex 42 0 22 0 64 30 4A 149 64 D
Octal 102 0 42 0 144 60 112 511 144 15
Binary 1000010 0 100010 0 1100100 110000 1001010 101001001 1100100 1101

Color Harmonies of #420022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420022

Black with #420022

Text Example


Text Example

White with #420022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420022; }

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

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

background-color css

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

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

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

border-color css

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

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

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