Html Css Color HEX #3C3828 Graphite

📋 copy color: '#3C3828'

red 60 ◦ green 56 ◦ blue 40

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

Shades of Graphite #3C3828

Tints of Graphite #3C3828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 38.46%
G = 35.9%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#3C3828 (or 0x3C3828) is known color: Graphite. HEX triplet: 3C, 38 and 28. RGB value is (60,56,40). Sum of RGB (Red+Green+Blue) = 60+56+40=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3828 is #C3C7D7. Grayscale: #373737. Windows color (decimal): -12830680 or 2635836. OLE color: 2635836.

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

Color convert

RGB 60 56 40 -
CMYK 0 0.07 0.33 0.76
HSL 48º 0.2% 0.2% -
HSV(B) 48º 0.33% 0.24% -
XYZ 3.66 3.94 2.58 -
YUV 55.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 60 56 40 0 0.07 0.33 0.76 48 0.2 0.2
Hex 3C 38 28 0 7 21 4C 30 14 14
Octal 74 70 50 0 7 41 114 60 24 24
Binary 111100 111000 101000 0 111 100001 1001100 110000 10100 10100

Color Harmonies of #3C3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3828

Black with #3C3828

Text Example


Text Example

White with #3C3828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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