Html Css Color HEX #382627 Havana

📋 copy color: '#382627'

red 56 ◦ green 38 ◦ blue 39

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

Shades of Havana #382627

Tints of Havana #382627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.57%

 BLUE value IS 39 (15.63% from 255) = 29.32%

R = 42.11%
G = 28.57%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#382627 (or 0x382627) is known color: Havana. HEX triplet: 38, 26 and 27. RGB value is (56,38,39). Sum of RGB (Red+Green+Blue) = 56+38+39=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382627 is #C7D9D8. Grayscale: #2B2B2B. Windows color (decimal): -13097433 or 2565688. OLE color: 2565688.

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

Color convert

RGB 56 38 39 -
CMYK 0 0.32 0.30 0.78
HSL 356.67º 0.19% 0.18% -
HSV(B) 356.67º 0.32% 0.22% -
XYZ 2.69 2.37 2.24 -
YUV 43.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 56 38 39 0 0.32 0.30 0.78 356.67 0.19 0.18
Hex 38 26 27 0 20 1E 4E 165 13 12
Octal 70 46 47 0 40 36 116 545 23 22
Binary 111000 100110 100111 0 100000 11110 1001110 101100101 10011 10010

Color Harmonies of #382627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382627

Black with #382627

Text Example


Text Example

White with #382627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382627; }

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

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

background-color css

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

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

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

border-color css

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

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

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