#383334

Color #383334 Havana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havana #383334

Tints of Havana #383334

Color information

#383334 (or 0x383334) is unknown color: approx 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

RGB565152-
CMYK00.090.070.78
HSL348º4.67%20.98%-
HSV(B)348º8.93%21.96%-
XYZ3.433.463.73-
YUV52.61127.66130.42-

RGB Variations

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

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.70% from 255) = 32.70%
R=35.22%
G=32.08%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56515200.090.070.783484.6720.98
Hex3833340974E15c515
Octal7063640117116534525
Binary11100011001111010001001111100111010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>