Html Css Color HEX #3C392C Graphite

📋 copy color: '#3C392C'

red 60 ◦ green 57 ◦ blue 44

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

Shades of Graphite #3C392C

Tints of Graphite #3C392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 44 (17.58% from 255) = 27.33%

R = 37.27%
G = 35.4%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#3C392C (or 0x3C392C) is known color: Graphite. HEX triplet: 3C, 39 and 2C. RGB value is (60,57,44). Sum of RGB (Red+Green+Blue) = 60+57+44=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C392C is #C3C6D3. Grayscale: #383838. Windows color (decimal): -12830420 or 2898236. OLE color: 2898236.

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

Color convert

RGB 60 57 44 -
CMYK 0 0.05 0.27 0.76
HSL 48.75º 0.15% 0.2% -
HSV(B) 48.75º 0.27% 0.24% -
XYZ 3.78 4.07 2.97 -
YUV 56.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 60 57 44 0 0.05 0.27 0.76 48.75 0.15 0.2
Hex 3C 39 2C 0 5 1B 4C 31 F 14
Octal 74 71 54 0 5 33 114 61 17 24
Binary 111100 111001 101100 0 101 11011 1001100 110001 1111 10100

Color Harmonies of #3C392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C392C

Black with #3C392C

Text Example


Text Example

White with #3C392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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