Html Css Color HEX #3C382A Graphite

📋 copy color: '#3C382A'

red 60 ◦ green 56 ◦ blue 42

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

Shades of Graphite #3C382A

Tints of Graphite #3C382A

RGB

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

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

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

R = 37.97%
G = 35.44%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C382A (or 0x3C382A) is known color: Graphite. HEX triplet: 3C, 38 and 2A. RGB value is (60,56,42). Sum of RGB (Red+Green+Blue) = 60+56+42=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C382A is #C3C7D5. Grayscale: #373737. Windows color (decimal): -12830678 or 2766908. OLE color: 2766908.

HSL color Cylindrical-coordinate representation of color #3C382A: hue angle of 46.67º 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 #3C382A is Cyan = 0, Magento = 0.07, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 56 42 -
CMYK 0 0.07 0.3 0.76
HSL 46.67º 0.18% 0.2% -
HSV(B) 46.67º 0.3% 0.24% -
XYZ 3.7 3.96 2.76 -
YUV 55.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 60 56 42 0 0.07 0.3 0.76 46.67 0.18 0.2
Hex 3C 38 2A 0 7 1E 4C 2F 12 14
Octal 74 70 52 0 7 36 114 57 22 24
Binary 111100 111000 101010 0 111 11110 1001100 101111 10010 10100

Color Harmonies of #3C382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C382A

Black with #3C382A

Text Example


Text Example

White with #3C382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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