#382B2C

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

Shades of Havana #382B2C

Tints of Havana #382B2C

Color information

#382B2C (or 0x382B2C) is unknown color: approx Havana. HEX triplet: 38, 2B and 2C. RGB value is (56,43,44). Sum of RGB (Red+Green+Blue) = 56+43+44=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B2C is #C7D4D3. Grayscale: #2F2F2F. Windows color (decimal): -13096148 or 2894648. OLE color: 2894648.

HSL color Cylindrical-coordinate representation of color #382B2C: hue angle of 355.38º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #382B2C is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB564344-
CMYK00.230.210.78
HSL355.38º13.13%19.41%-
HSV(B)355.38º23.21%21.96%-
XYZ2.952.752.76-
YUV47126.31134.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=39.16%
G=30.07%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56434400.230.210.78355.3813.1319.41
Hex382B2C017154E163d13
Octal705354027251165431523
Binary111000101011101100010111101011001110101100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382B2C; }

 p { color: rgb(56,43,44); }

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

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

 a { background-color: rgb(56,43,44); }

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

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

 span { border-color: rgb(56,43,44); }

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