Html Css Color HEX #382526 Havana

📋 copy color: '#382526'

red 56 ◦ green 37 ◦ blue 38

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

Shades of Havana #382526

Tints of Havana #382526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

 BLUE value IS 38 (15.23% from 255) = 29.01%

R = 42.75%
G = 28.24%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382526 (or 0x382526) is known color: Havana. HEX triplet: 38, 25 and 26. RGB value is (56,37,38). Sum of RGB (Red+Green+Blue) = 56+37+38=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382526 is #C7DAD9. Grayscale: #2A2A2A. Windows color (decimal): -13097690 or 2499896. OLE color: 2499896.

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

Color convert

RGB 56 37 38 -
CMYK 0 0.34 0.32 0.78
HSL 356.84º 0.2% 0.18% -
HSV(B) 356.84º 0.34% 0.22% -
XYZ 2.64 2.3 2.14 -
YUV 42.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 56 37 38 0 0.34 0.32 0.78 356.84 0.2 0.18
Hex 38 25 26 0 22 20 4E 165 14 12
Octal 70 45 46 0 42 40 116 545 24 22
Binary 111000 100101 100110 0 100010 100000 1001110 101100101 10100 10010

Color Harmonies of #382526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382526

Black with #382526

Text Example


Text Example

White with #382526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382526; }

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

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

background-color css

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

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

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

border-color css

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

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

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