#383031

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

Shades of Havana #383031

Tints of Havana #383031

Color information

#383031 (or 0x383031) is unknown color: approx Havana. HEX triplet: 38, 30 and 31. RGB value is (56,48,49). Sum of RGB (Red+Green+Blue) = 56+48+49=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #383031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383031 is #C7CFCE. Grayscale: #323232. Windows color (decimal): -13094863 or 3223608. OLE color: 3223608.

HSL color Cylindrical-coordinate representation of color #383031: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383031 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB564849-
CMYK00.140.120.78
HSL352.5º7.69%20.39%-
HSV(B)352.5º14.29%21.96%-
XYZ3.243.183.35-
YUV50.51127.15131.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=36.60%
G=31.37%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484900.140.120.78352.57.6920.39
Hex3830310EC4E160814
Octal706061016141165401024
Binary1110001100001100010111011001001110101100000100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383031; }

 p { color: rgb(56,48,49); }

 H1.HeaderClassName
 {
   color: #383031;
 }
 .AnyTagClassName
 {
   color: #383031;
 }
</style>
background-color css

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

 a { background-color: rgb(56,48,49); }

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

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

 span { border-color: rgb(56,48,49); }

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