Html Css Color HEX #392C24 Sambuca

📋 copy color: '#392C24'

red 57 ◦ green 44 ◦ blue 36

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

Shades of Sambuca #392C24

Tints of Sambuca #392C24

RGB

 RED value IS 57 (22.66% from 255) = 41.61%

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

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 41.61%
G = 32.12%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#392C24 (or 0x392C24) is known color: Sambuca. HEX triplet: 39, 2C and 24. RGB value is (57,44,36). Sum of RGB (Red+Green+Blue) = 57+44+36=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #392C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C24 is #C6D3DB. Grayscale: #2F2F2F. Windows color (decimal): -13030364 or 2370617. OLE color: 2370617.

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

Color convert

RGB 57 44 36 -
CMYK 0 0.23 0.37 0.78
HSL 22.86º 0.23% 0.18% -
HSV(B) 22.86º 0.37% 0.22% -
XYZ 2.91 2.8 2.06 -
YUV 46.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 57 44 36 0 0.23 0.37 0.78 22.86 0.23 0.18
Hex 39 2C 24 0 17 25 4E 17 17 12
Octal 71 54 44 0 27 45 116 27 27 22
Binary 111001 101100 100100 0 10111 100101 1001110 10111 10111 10010

Color Harmonies of #392C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C24

Black with #392C24

Text Example


Text Example

White with #392C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392C24; }

 p { color: rgb(57,44,36); }

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

background-color css

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

 a { background-color: rgb(57,44,36); }

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

border-color css

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

 span { border-color: rgb(57,44,36); }

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