Html Css Color HEX #392F29 Sambuca

📋 copy color: '#392F29'

red 57 ◦ green 47 ◦ blue 41

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

Shades of Sambuca #392F29

Tints of Sambuca #392F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.41%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 39.31%
G = 32.41%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#392F29 (or 0x392F29) is known color: Sambuca. HEX triplet: 39, 2F and 29. RGB value is (57,47,41). Sum of RGB (Red+Green+Blue) = 57+47+41=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #392F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F29 is #C6D0D6. Grayscale: #313131. Windows color (decimal): -13029591 or 2699065. OLE color: 2699065.

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

Color convert

RGB 57 47 41 -
CMYK 0 0.18 0.28 0.78
HSL 22.5º 0.16% 0.19% -
HSV(B) 22.5º 0.28% 0.22% -
XYZ 3.1 3.06 2.53 -
YUV 49.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 57 47 41 0 0.18 0.28 0.78 22.5 0.16 0.19
Hex 39 2F 29 0 12 1C 4E 16 10 13
Octal 71 57 51 0 22 34 116 26 20 23
Binary 111001 101111 101001 0 10010 11100 1001110 10110 10000 10011

Color Harmonies of #392F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F29

Black with #392F29

Text Example


Text Example

White with #392F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,41); }

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

background-color css

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

 a { background-color: rgb(57,47,41); }

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

border-color css

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

 span { border-color: rgb(57,47,41); }

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