Html Css Color HEX #382728 Havana

📋 copy color: '#382728'

red 56 ◦ green 39 ◦ blue 40

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

Shades of Havana #382728

Tints of Havana #382728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

 BLUE value IS 40 (16.02% from 255) = 29.63%

R = 41.48%
G = 28.89%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382728 (or 0x382728) is known color: Havana. HEX triplet: 38, 27 and 28. RGB value is (56,39,40). Sum of RGB (Red+Green+Blue) = 56+39+40=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382728 is #C7D8D7. Grayscale: #2C2C2C. Windows color (decimal): -13097176 or 2631480. OLE color: 2631480.

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

Color convert

RGB 56 39 40 -
CMYK 0 0.30 0.29 0.78
HSL 356.47º 0.18% 0.19% -
HSV(B) 356.47º 0.3% 0.22% -
XYZ 2.74 2.44 2.34 -
YUV 44.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 56 39 40 0 0.30 0.29 0.78 356.47 0.18 0.19
Hex 38 27 28 0 1E 1D 4E 164 12 13
Octal 70 47 50 0 36 35 116 544 22 23
Binary 111000 100111 101000 0 11110 11101 1001110 101100100 10010 10011

Color Harmonies of #382728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382728

Black with #382728

Text Example


Text Example

White with #382728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382728; }

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

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

background-color css

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

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

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

border-color css

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

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

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