Html Css Color HEX #3C381F Graphite

📋 copy color: '#3C381F'

red 60 ◦ green 56 ◦ blue 31

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

Shades of Graphite #3C381F

Tints of Graphite #3C381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

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

R = 40.82%
G = 38.1%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3C381F (or 0x3C381F) is known color: Graphite. HEX triplet: 3C, 38 and 1F. RGB value is (60,56,31). Sum of RGB (Red+Green+Blue) = 60+56+31=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C381F is #C3C7E0. Grayscale: #363636. Windows color (decimal): -12830689 or 2046012. OLE color: 2046012.

HSL color Cylindrical-coordinate representation of color #3C381F: hue angle of 51.72º 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 #3C381F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 56 31 -
CMYK 0 0.07 0.48 0.76
HSL 51.72º 0.32% 0.18% -
HSV(B) 51.72º 0.48% 0.24% -
XYZ 3.52 3.89 1.86 -
YUV 54.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 60 56 31 0 0.07 0.48 0.76 51.72 0.32 0.18
Hex 3C 38 1F 0 7 30 4C 34 20 12
Octal 74 70 37 0 7 60 114 64 40 22
Binary 111100 111000 11111 0 111 110000 1001100 110100 100000 10010

Color Harmonies of #3C381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C381F

Black with #3C381F

Text Example


Text Example

White with #3C381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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