#3C393A

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

Shades of Barossa #3C393A

Tints of Barossa #3C393A

Color information

#3C393A (or 0x3C393A) is unknown color: approx Barossa. HEX triplet: 3C, 39 and 3A. RGB value is (60,57,58). Sum of RGB (Red+Green+Blue) = 60+57+58=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 60 - color contains mainly: red. Hex color #3C393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C393A is #C3C6C5. Grayscale: #3A3A3A. Windows color (decimal): -12830406 or 3815740. OLE color: 3815740.

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

Color convert

RGB605758-
CMYK00.050.030.76
HSL340º2.56%22.94%-
HSV(B)340º5%23.53%-
XYZ4.094.194.6-
YUV58.01127.99129.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=34.29%
G=32.57%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60575800.050.030.763402.5622.94
Hex3C393A0534C154317
Octal747172053114524327
Binary11110011100111101001011110011001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,58); }

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

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

 a { background-color: rgb(60,57,58); }

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

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

 span { border-color: rgb(60,57,58); }

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