Html Css Color HEX #3C392B Graphite

📋 copy color: '#3C392B'

red 60 ◦ green 57 ◦ blue 43

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

Shades of Graphite #3C392B

Tints of Graphite #3C392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 37.5%
G = 35.63%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#3C392B (or 0x3C392B) is known color: Graphite. HEX triplet: 3C, 39 and 2B. RGB value is (60,57,43). Sum of RGB (Red+Green+Blue) = 60+57+43=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C392B is #C3C6D4. Grayscale: #383838. Windows color (decimal): -12830421 or 2832700. OLE color: 2832700.

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

Color convert

RGB 60 57 43 -
CMYK 0 0.05 0.28 0.76
HSL 49.41º 0.17% 0.2% -
HSV(B) 49.41º 0.28% 0.24% -
XYZ 3.76 4.06 2.87 -
YUV 56.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 60 57 43 0 0.05 0.28 0.76 49.41 0.17 0.2
Hex 3C 39 2B 0 5 1C 4C 31 11 14
Octal 74 71 53 0 5 34 114 61 21 24
Binary 111100 111001 101011 0 101 11100 1001100 110001 10001 10100

Color Harmonies of #3C392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C392B

Black with #3C392B

Text Example


Text Example

White with #3C392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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