Html Css Color HEX #393336 Barossa

📋 copy color: '#393336'

red 57 ◦ green 51 ◦ blue 54

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

Shades of Barossa #393336

Tints of Barossa #393336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.48%

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 35.19%
G = 31.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#393336 (or 0x393336) is known color: Barossa. HEX triplet: 39, 33 and 36. RGB value is (57,51,54). Sum of RGB (Red+Green+Blue) = 57+51+54=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 57 - color contains mainly: red. Hex color #393336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393336 is #C6CCC9. Grayscale: #353535. Windows color (decimal): -13028554 or 3552057. OLE color: 3552057.

HSL color Cylindrical-coordinate representation of color #393336: hue angle of 330º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393336 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 51 54 -
CMYK 0 0.11 0.05 0.78
HSL 330º 0.06% 0.21% -
HSV(B) 330º 0.11% 0.22% -
XYZ 3.54 3.5 3.98 -
YUV 53.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 57 51 54 0 0.11 0.05 0.78 330 0.06 0.21
Hex 39 33 36 0 B 5 4E 14A 6 15
Octal 71 63 66 0 13 5 116 512 6 25
Binary 111001 110011 110110 0 1011 101 1001110 101001010 110 10101

Color Harmonies of #393336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393336

Black with #393336

Text Example


Text Example

White with #393336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393336; }

 p { color: rgb(57,51,54); }

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

background-color css

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

 a { background-color: rgb(57,51,54); }

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

border-color css

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

 span { border-color: rgb(57,51,54); }

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