#3C2F35

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

Shades of Barossa #3C2F35

Tints of Barossa #3C2F35

Color information

#3C2F35 (or 0x3C2F35) is unknown color: approx Barossa. HEX triplet: 3C, 2F and 35. RGB value is (60,47,53). Sum of RGB (Red+Green+Blue) = 60+47+53=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F35 is #C3D0CA. Grayscale: #333333. Windows color (decimal): -12832971 or 3485500. OLE color: 3485500.

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

Color convert

RGB604753-
CMYK00.220.120.76
HSL332.31º12.15%20.98%-
HSV(B)332.31º21.67%23.53%-
XYZ3.523.253.81-
YUV51.57128.81134.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.5%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=37.5%
G=29.38%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60475300.220.120.76332.3112.1520.98
Hex3C2F35016C4C14cc15
Octal745765026141145141425
Binary11110010111111010101011011001001100101001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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