#3A3538

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

Shades of Barossa #3A3538

Tints of Barossa #3A3538

Color information

#3A3538 (or 0x3A3538) is unknown color: approx Barossa. HEX triplet: 3A, 35 and 38. RGB value is (58,53,56). Sum of RGB (Red+Green+Blue) = 58+53+56=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3538 is #C5CAC7. Grayscale: #363636. Windows color (decimal): -12962504 or 3683642. OLE color: 3683642.

HSL color Cylindrical-coordinate representation of color #3A3538: hue angle of 324º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3A3538 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB585356-
CMYK00.090.030.77
HSL324º4.5%21.76%-
HSV(B)324º8.62%22.75%-
XYZ3.733.734.26-
YUV54.84128.66130.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=34.73%
G=31.74%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58535600.090.030.773244.521.76
Hex3A35380934D144516
Octal7265700113115504526
Binary1110101101011110000100111100110110100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,56); }

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

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

 a { background-color: rgb(58,53,56); }

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

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

 span { border-color: rgb(58,53,56); }

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