Html Css Color HEX #383334 Havana

📋 copy color: '#383334'

red 56 ◦ green 51 ◦ blue 52

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

Shades of Havana #383334

Tints of Havana #383334

RGB

 RED value IS 56 (22.27% from 255) = 35.22%

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

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

R = 35.22%
G = 32.08%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#383334 (or 0x383334) is known color: Havana. HEX triplet: 38, 33 and 34. RGB value is (56,51,52). Sum of RGB (Red+Green+Blue) = 56+51+52=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383334 is #C7CCCB. Grayscale: #343434. Windows color (decimal): -13094092 or 3420984. OLE color: 3420984.

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

Color convert

RGB 56 51 52 -
CMYK 0 0.09 0.07 0.78
HSL 348º 0.05% 0.21% -
HSV(B) 348º 0.09% 0.22% -
XYZ 3.43 3.46 3.73 -
YUV 52.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 56 51 52 0 0.09 0.07 0.78 348 0.05 0.21
Hex 38 33 34 0 9 7 4E 15C 5 15
Octal 70 63 64 0 11 7 116 534 5 25
Binary 111000 110011 110100 0 1001 111 1001110 101011100 101 10101

Color Harmonies of #383334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383334

Black with #383334

Text Example


Text Example

White with #383334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383334; }

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

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

background-color css

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

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

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

border-color css

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

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

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