Html Css Color HEX #3B372C Graphite

📋 copy color: '#3B372C'

red 59 ◦ green 55 ◦ blue 44

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

Shades of Graphite #3B372C

Tints of Graphite #3B372C

RGB

 RED value IS 59 (23.44% from 255) = 37.34%

 GREEN value IS 55 (21.88% from 255) = 34.81%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 37.34%
G = 34.81%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#3B372C (or 0x3B372C) is known color: Graphite. HEX triplet: 3B, 37 and 2C. RGB value is (59,55,44). Sum of RGB (Red+Green+Blue) = 59+55+44=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 59 - color contains mainly: red. Hex color #3B372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B372C is #C4C8D3. Grayscale: #363636. Windows color (decimal): -12896468 or 2897723. OLE color: 2897723.

HSL color Cylindrical-coordinate representation of color #3B372C: hue angle of 44º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B372C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 55 44 -
CMYK 0 0.07 0.25 0.77
HSL 44º 0.15% 0.2% -
HSV(B) 44º 0.25% 0.23% -
XYZ 3.62 3.84 2.93 -
YUV 54.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 59 55 44 0 0.07 0.25 0.77 44 0.15 0.2
Hex 3B 37 2C 0 7 19 4D 2C F 14
Octal 73 67 54 0 7 31 115 54 17 24
Binary 111011 110111 101100 0 111 11001 1001101 101100 1111 10100

Color Harmonies of #3B372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B372C

Black with #3B372C

Text Example


Text Example

White with #3B372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,44); }

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

background-color css

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

 a { background-color: rgb(59,55,44); }

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

border-color css

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

 span { border-color: rgb(59,55,44); }

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