Html Css Color HEX #3C371E Graphite

📋 copy color: '#3C371E'

red 60 ◦ green 55 ◦ blue 30

#3C371E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #3C371E

Tints of Graphite #3C371E

RGB

 RED value IS 60 (23.83% from 255) = 41.38%

 GREEN value IS 55 (21.88% from 255) = 37.93%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 41.38%
G = 37.93%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.76

RGB Variations

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

Color information

#3C371E (or 0x3C371E) is known color: Graphite. HEX triplet: 3C, 37 and 1E. RGB value is (60,55,30). Sum of RGB (Red+Green+Blue) = 60+55+30=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C371E is #C3C8E1. Grayscale: #353535. Windows color (decimal): -12830946 or 1980220. OLE color: 1980220.

HSL color Cylindrical-coordinate representation of color #3C371E: hue angle of 50º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C371E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 55 30 -
CMYK 0 0.08 0.50 0.76
HSL 50º 0.33% 0.18% -
HSV(B) 50º 0.5% 0.24% -
XYZ 3.46 3.79 1.78 -
YUV 53.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 60 55 30 0 0.08 0.50 0.76 50 0.33 0.18
Hex 3C 37 1E 0 8 32 4C 32 21 12
Octal 74 67 36 0 10 62 114 62 41 22
Binary 111100 110111 11110 0 1000 110010 1001100 110010 100001 10010

Color Harmonies of #3C371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C371E

Black with #3C371E

Text Example


Text Example

White with #3C371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C371E;
 }
 .AnyTagClassName
 {
   color: #3C371E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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