#382829

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

Shades of Havana #382829

Tints of Havana #382829

Color information

#382829 (or 0x382829) is unknown color: approx Havana. HEX triplet: 38, 28 and 29. RGB value is (56,40,41). Sum of RGB (Red+Green+Blue) = 56+40+41=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382829 is #C7D7D6. Grayscale: #2C2C2C. Windows color (decimal): -13096919 or 2697272. OLE color: 2697272.

HSL color Cylindrical-coordinate representation of color #382829: hue angle of 356.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #382829 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB564041-
CMYK00.290.270.78
HSL356.25º16.67%18.82%-
HSV(B)356.25º28.57%21.96%-
XYZ2.792.522.44-
YUV44.9125.8135.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=40.88%
G=29.20%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56404100.290.270.78356.2516.6718.82
Hex38282901D1B4E1641113
Octal705051035331165442123
Binary1110001010001010010111011101110011101011001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382829; }

 p { color: rgb(56,40,41); }

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

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

 a { background-color: rgb(56,40,41); }

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

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

 span { border-color: rgb(56,40,41); }

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