Html Css Color HEX #393334 Havana

📋 copy color: '#393334'

red 57 ◦ green 51 ◦ blue 52

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

Shades of Havana #393334

Tints of Havana #393334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 52 (20.7% from 255) = 32.5%

R = 35.63%
G = 31.88%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#393334 (or 0x393334) is known color: Havana. HEX triplet: 39, 33 and 34. RGB value is (57,51,52). Sum of RGB (Red+Green+Blue) = 57+51+52=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 57 - color contains mainly: red. Hex color #393334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393334 is #C6CCCB. Grayscale: #343434. Windows color (decimal): -13028556 or 3420985. OLE color: 3420985.

HSL color Cylindrical-coordinate representation of color #393334: hue angle of 350º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393334 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 51 52 -
CMYK 0 0.11 0.09 0.78
HSL 350º 0.06% 0.21% -
HSV(B) 350º 0.11% 0.22% -
XYZ 3.49 3.49 3.74 -
YUV 52.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 57 51 52 0 0.11 0.09 0.78 350 0.06 0.21
Hex 39 33 34 0 B 9 4E 15E 6 15
Octal 71 63 64 0 13 11 116 536 6 25
Binary 111001 110011 110100 0 1011 1001 1001110 101011110 110 10101

Color Harmonies of #393334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393334

Black with #393334

Text Example


Text Example

White with #393334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393334; }

 p { color: rgb(57,51,52); }

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

background-color css

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

 a { background-color: rgb(57,51,52); }

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

border-color css

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

 span { border-color: rgb(57,51,52); }

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