Html Css Color HEX #392E2F Havana

📋 copy color: '#392E2F'

red 57 ◦ green 46 ◦ blue 47

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

Shades of Havana #392E2F

Tints of Havana #392E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 38%
G = 30.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#392E2F (or 0x392E2F) is known color: Havana. HEX triplet: 39, 2E and 2F. RGB value is (57,46,47). Sum of RGB (Red+Green+Blue) = 57+46+47=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #392E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E2F is #C6D1D0. Grayscale: #313131. Windows color (decimal): -13029841 or 3092025. OLE color: 3092025.

HSL color Cylindrical-coordinate representation of color #392E2F: hue angle of 354.55º 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 #392E2F is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 46 47 -
CMYK 0 0.19 0.18 0.78
HSL 354.55º 0.11% 0.2% -
HSV(B) 354.55º 0.19% 0.22% -
XYZ 3.18 3.03 3.11 -
YUV 49.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 57 46 47 0 0.19 0.18 0.78 354.55 0.11 0.2
Hex 39 2E 2F 0 13 12 4E 163 B 14
Octal 71 56 57 0 23 22 116 543 13 24
Binary 111001 101110 101111 0 10011 10010 1001110 101100011 1011 10100

Color Harmonies of #392E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E2F

Black with #392E2F

Text Example


Text Example

White with #392E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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