#3C3537

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

Shades of Barossa #3C3537

Tints of Barossa #3C3537

Color information

#3C3537 (or 0x3C3537) is unknown color: approx Barossa. HEX triplet: 3C, 35 and 37. RGB value is (60,53,55). Sum of RGB (Red+Green+Blue) = 60+53+55=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3537 is #C3CAC8. Grayscale: #373737. Windows color (decimal): -12831433 or 3618108. OLE color: 3618108.

HSL color Cylindrical-coordinate representation of color #3C3537: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3537 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB605355-
CMYK00.120.080.76
HSL342.86º6.19%22.16%-
HSV(B)342.86º11.67%23.53%-
XYZ3.833.784.14-
YUV55.32127.82131.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=35.71%
G=31.55%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60535500.120.080.76342.866.1922.16
Hex3C35370C84C157616
Octal74656701410114527626
Binary111100110101110111011001000100110010101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,55); }

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

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

 a { background-color: rgb(60,53,55); }

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

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

 span { border-color: rgb(60,53,55); }

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