Html Css Color HEX #392E30 Havana

📋 copy color: '#392E30'

red 57 ◦ green 46 ◦ blue 48

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

Shades of Havana #392E30

Tints of Havana #392E30

RGB

 RED value IS 57 (22.66% from 255) = 37.75%

 GREEN value IS 46 (18.36% from 255) = 30.46%

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

R = 37.75%
G = 30.46%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#392E30 (or 0x392E30) is known color: Havana. HEX triplet: 39, 2E and 30. RGB value is (57,46,48). Sum of RGB (Red+Green+Blue) = 57+46+48=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #392E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E30 is #C6D1CF. Grayscale: #313131. Windows color (decimal): -13029840 or 3157561. OLE color: 3157561.

HSL color Cylindrical-coordinate representation of color #392E30: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #392E30 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 46 48 -
CMYK 0 0.19 0.16 0.78
HSL 349.09º 0.11% 0.2% -
HSV(B) 349.09º 0.19% 0.22% -
XYZ 3.2 3.04 3.21 -
YUV 49.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 57 46 48 0 0.19 0.16 0.78 349.09 0.11 0.2
Hex 39 2E 30 0 13 10 4E 15D B 14
Octal 71 56 60 0 23 20 116 535 13 24
Binary 111001 101110 110000 0 10011 10000 1001110 101011101 1011 10100

Color Harmonies of #392E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E30

Black with #392E30

Text Example


Text Example

White with #392E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392E30; }

 p { color: rgb(57,46,48); }

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

background-color css

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

 a { background-color: rgb(57,46,48); }

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

border-color css

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

 span { border-color: rgb(57,46,48); }

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