Html Css Color HEX #422F30 Havana

📋 copy color: '#422F30'

red 66 ◦ green 47 ◦ blue 48

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

Shades of Havana #422F30

Tints of Havana #422F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.19%

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 40.99%
G = 29.19%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#422F30 (or 0x422F30) is known color: Havana. HEX triplet: 42, 2F and 30. RGB value is (66,47,48). Sum of RGB (Red+Green+Blue) = 66+47+48=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #422F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F30 is #BDD0CF. Grayscale: #343434. Windows color (decimal): -12439760 or 3157826. OLE color: 3157826.

HSL color Cylindrical-coordinate representation of color #422F30: hue angle of 356.84º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #422F30 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 47 48 -
CMYK 0 0.29 0.27 0.74
HSL 356.84º 0.17% 0.22% -
HSV(B) 356.84º 0.29% 0.26% -
XYZ 3.8 3.4 3.25 -
YUV 52.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 66 47 48 0 0.29 0.27 0.74 356.84 0.17 0.22
Hex 42 2F 30 0 1D 1B 4A 165 11 16
Octal 102 57 60 0 35 33 112 545 21 26
Binary 1000010 101111 110000 0 11101 11011 1001010 101100101 10001 10110

Color Harmonies of #422F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F30

Black with #422F30

Text Example


Text Example

White with #422F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422F30; }

 p { color: rgb(66,47,48); }

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

background-color css

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

 a { background-color: rgb(66,47,48); }

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

border-color css

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

 span { border-color: rgb(66,47,48); }

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