Html Css Color HEX #392B23 Sambuca

📋 copy color: '#392B23'

red 57 ◦ green 43 ◦ blue 35

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

Shades of Sambuca #392B23

Tints of Sambuca #392B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.85%

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 42.22%
G = 31.85%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#392B23 (or 0x392B23) is known color: Sambuca. HEX triplet: 39, 2B and 23. RGB value is (57,43,35). Sum of RGB (Red+Green+Blue) = 57+43+35=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B23 is #C6D4DC. Grayscale: #2E2E2E. Windows color (decimal): -13030621 or 2304825. OLE color: 2304825.

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

Color convert

RGB 57 43 35 -
CMYK 0 0.25 0.39 0.78
HSL 21.82º 0.24% 0.18% -
HSV(B) 21.82º 0.39% 0.22% -
XYZ 2.85 2.72 1.96 -
YUV 46.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 57 43 35 0 0.25 0.39 0.78 21.82 0.24 0.18
Hex 39 2B 23 0 19 27 4E 16 18 12
Octal 71 53 43 0 31 47 116 26 30 22
Binary 111001 101011 100011 0 11001 100111 1001110 10110 11000 10010

Color Harmonies of #392B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B23

Black with #392B23

Text Example


Text Example

White with #392B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,35); }

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

background-color css

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

 a { background-color: rgb(57,43,35); }

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

border-color css

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

 span { border-color: rgb(57,43,35); }

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