Html Css Color HEX #3C3930 Graphite

📋 copy color: '#3C3930'

red 60 ◦ green 57 ◦ blue 48

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

Shades of Graphite #3C3930

Tints of Graphite #3C3930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 36.36%
G = 34.55%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#3C3930 (or 0x3C3930) is known color: Graphite. HEX triplet: 3C, 39 and 30. RGB value is (60,57,48). Sum of RGB (Red+Green+Blue) = 60+57+48=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3930 is #C3C6CF. Grayscale: #383838. Windows color (decimal): -12830416 or 3160380. OLE color: 3160380.

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

Color convert

RGB 60 57 48 -
CMYK 0 0.05 0.20 0.76
HSL 45º 0.11% 0.21% -
HSV(B) 45º 0.2% 0.24% -
XYZ 3.86 4.1 3.38 -
YUV 56.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 60 57 48 0 0.05 0.20 0.76 45 0.11 0.21
Hex 3C 39 30 0 5 14 4C 2D B 15
Octal 74 71 60 0 5 24 114 55 13 25
Binary 111100 111001 110000 0 101 10100 1001100 101101 1011 10101

Color Harmonies of #3C3930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3930

Black with #3C3930

Text Example


Text Example

White with #3C3930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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