Html Css Color HEX #420720 Blackberry

📋 copy color: '#420720'

red 66 ◦ green 7 ◦ blue 32

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

Shades of Blackberry #420720

Tints of Blackberry #420720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.67%

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

R = 62.86%
G = 6.67%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#420720 (or 0x420720) is known color: Blackberry. HEX triplet: 42, 07 and 20. RGB value is (66,7,32). Sum of RGB (Red+Green+Blue) = 66+7+32=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420720 is #BDF8DF. Grayscale: #1B1B1B. Windows color (decimal): -12450016 or 2099010. OLE color: 2099010.

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

Color convert

RGB 66 7 32 -
CMYK 0 0.89 0.52 0.74
HSL 334.58º 0.81% 0.14% -
HSV(B) 334.58º 0.89% 0.26% -
XYZ 2.58 1.41 1.5 -
YUV 27.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 66 7 32 0 0.89 0.52 0.74 334.58 0.81 0.14
Hex 42 7 20 0 59 34 4A 14F 51 E
Octal 102 7 40 0 131 64 112 517 121 16
Binary 1000010 111 100000 0 1011001 110100 1001010 101001111 1010001 1110

Color Harmonies of #420720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420720

Black with #420720

Text Example


Text Example

White with #420720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420720; }

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

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

background-color css

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

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

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

border-color css

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

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

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