Html Css Color HEX #392F2A Sambuca

📋 copy color: '#392F2A'

red 57 ◦ green 47 ◦ blue 42

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

Shades of Sambuca #392F2A

Tints of Sambuca #392F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 39.04%
G = 32.19%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#392F2A (or 0x392F2A) is known color: Sambuca. HEX triplet: 39, 2F and 2A. RGB value is (57,47,42). Sum of RGB (Red+Green+Blue) = 57+47+42=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #392F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F2A is #C6D0D5. Grayscale: #313131. Windows color (decimal): -13029590 or 2764601. OLE color: 2764601.

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

Color convert

RGB 57 47 42 -
CMYK 0 0.18 0.26 0.78
HSL 20º 0.15% 0.19% -
HSV(B) 20º 0.26% 0.22% -
XYZ 3.12 3.07 2.62 -
YUV 49.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 57 47 42 0 0.18 0.26 0.78 20 0.15 0.19
Hex 39 2F 2A 0 12 1A 4E 14 F 13
Octal 71 57 52 0 22 32 116 24 17 23
Binary 111001 101111 101010 0 10010 11010 1001110 10100 1111 10011

Color Harmonies of #392F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F2A

Black with #392F2A

Text Example


Text Example

White with #392F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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