Html Css Color HEX #3C361F Graphite

📋 copy color: '#3C361F'

red 60 ◦ green 54 ◦ blue 31

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

Shades of Graphite #3C361F

Tints of Graphite #3C361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 41.38%
G = 37.24%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3C361F (or 0x3C361F) is known color: Graphite. HEX triplet: 3C, 36 and 1F. RGB value is (60,54,31). Sum of RGB (Red+Green+Blue) = 60+54+31=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C361F is #C3C9E0. Grayscale: #353535. Windows color (decimal): -12831201 or 2045500. OLE color: 2045500.

HSL color Cylindrical-coordinate representation of color #3C361F: hue angle of 47.59º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C361F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 54 31 -
CMYK 0 0.10 0.48 0.76
HSL 47.59º 0.32% 0.18% -
HSV(B) 47.59º 0.48% 0.24% -
XYZ 3.43 3.7 1.83 -
YUV 53.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 60 54 31 0 0.10 0.48 0.76 47.59 0.32 0.18
Hex 3C 36 1F 0 A 30 4C 30 20 12
Octal 74 66 37 0 12 60 114 60 40 22
Binary 111100 110110 11111 0 1010 110000 1001100 110000 100000 10010

Color Harmonies of #3C361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C361F

Black with #3C361F

Text Example


Text Example

White with #3C361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,31); }

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

background-color css

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

 a { background-color: rgb(60,54,31); }

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

border-color css

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

 span { border-color: rgb(60,54,31); }

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