Html Css Color HEX #3C392A Graphite

📋 copy color: '#3C392A'

red 60 ◦ green 57 ◦ blue 42

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

Shades of Graphite #3C392A

Tints of Graphite #3C392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 37.74%
G = 35.85%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C392A (or 0x3C392A) is known color: Graphite. HEX triplet: 3C, 39 and 2A. RGB value is (60,57,42). Sum of RGB (Red+Green+Blue) = 60+57+42=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 60 - color contains mainly: red. Hex color #3C392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C392A is #C3C6D5. Grayscale: #383838. Windows color (decimal): -12830422 or 2767164. OLE color: 2767164.

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

Color convert

RGB 60 57 42 -
CMYK 0 0.05 0.3 0.76
HSL 50º 0.18% 0.2% -
HSV(B) 50º 0.3% 0.24% -
XYZ 3.74 4.05 2.78 -
YUV 56.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 60 57 42 0 0.05 0.3 0.76 50 0.18 0.2
Hex 3C 39 2A 0 5 1E 4C 32 12 14
Octal 74 71 52 0 5 36 114 62 22 24
Binary 111100 111001 101010 0 101 11110 1001100 110010 10010 10100

Color Harmonies of #3C392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C392A

Black with #3C392A

Text Example


Text Example

White with #3C392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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