Html Css Color HEX #382C2D Havana

📋 copy color: '#382C2D'

red 56 ◦ green 44 ◦ blue 45

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

Shades of Havana #382C2D

Tints of Havana #382C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.34%

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 38.62%
G = 30.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#382C2D (or 0x382C2D) is known color: Havana. HEX triplet: 38, 2C and 2D. RGB value is (56,44,45). Sum of RGB (Red+Green+Blue) = 56+44+45=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C2D is #C7D3D2. Grayscale: #2F2F2F. Windows color (decimal): -13095891 or 2960440. OLE color: 2960440.

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

Color convert

RGB 56 44 45 -
CMYK 0 0.21 0.20 0.78
HSL 355º 0.12% 0.2% -
HSV(B) 355º 0.21% 0.22% -
XYZ 3.01 2.83 2.87 -
YUV 47.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 56 44 45 0 0.21 0.20 0.78 355 0.12 0.2
Hex 38 2C 2D 0 15 14 4E 163 C 14
Octal 70 54 55 0 25 24 116 543 14 24
Binary 111000 101100 101101 0 10101 10100 1001110 101100011 1100 10100

Color Harmonies of #382C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C2D

Black with #382C2D

Text Example


Text Example

White with #382C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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