#3A3336

Color #3A3336 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #3A3336

Tints of Barossa #3A3336

Color information

#3A3336 (or 0x3A3336) is unknown color: approx Barossa. HEX triplet: 3A, 33 and 36. RGB value is (58,51,54). Sum of RGB (Red+Green+Blue) = 58+51+54=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3336 is #C5CCC9. Grayscale: #353535. Windows color (decimal): -12963018 or 3552058. OLE color: 3552058.

HSL color Cylindrical-coordinate representation of color #3A3336: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3336 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB585154-
CMYK00.120.070.77
HSL334.29º6.42%21.37%-
HSV(B)334.29º12.07%22.75%-
XYZ3.593.533.98-
YUV53.43128.32131.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=35.58%
G=31.29%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58515400.120.070.77334.296.4221.37
Hex3A33360C74D14e615
Octal7263660147115516625
Binary11101011001111011001100111100110110100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3336; }

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

 H1.HeaderClassName
 {
   color: #3A3336;
 }
 .AnyTagClassName
 {
   color: #3A3336;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #3A3336;
 }
 .BgClassName
 {
   background-color: #3A3336;
 }
</style>
border-color css

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

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

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