#3C371B

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

Shades of Graphite #3C371B

Tints of Graphite #3C371B

Color information

#3C371B (or 0x3C371B) is unknown color: approx Graphite. HEX triplet: 3C, 37 and 1B. RGB value is (60,55,27). Sum of RGB (Red+Green+Blue) = 60+55+27=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C371B is #C3C8E4. Grayscale: #353535. Windows color (decimal): -12830949 or 1783612. OLE color: 1783612.

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

Color convert

RGB605527-
CMYK00.080.550.76
HSL50.91º37.93%17.06%-
HSV(B)50.91º55%23.53%-
XYZ3.433.771.58-
YUV53.3113.16132.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=42.25%
G=38.73%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60552700.080.550.7650.9137.9317.06
Hex3C371B08374C332611
Octal74673301067114634621
Binary1111001101111101101000110111100110011001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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