Html Css Color HEX #373121 Graphite

📋 copy color: '#373121'

red 55 ◦ green 49 ◦ blue 33

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

Shades of Graphite #373121

Tints of Graphite #373121

RGB

 RED value IS 55 (21.88% from 255) = 40.15%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 40.15%
G = 35.77%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#373121 (or 0x373121) is known color: Graphite. HEX triplet: 37, 31 and 21. RGB value is (55,49,33). Sum of RGB (Red+Green+Blue) = 55+49+33=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #373121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373121 is #C8CEDE. Grayscale: #313131. Windows color (decimal): -13160159 or 2175287. OLE color: 2175287.

HSL color Cylindrical-coordinate representation of color #373121: hue angle of 43.64º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373121 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 49 33 -
CMYK 0 0.11 0.4 0.78
HSL 43.64º 0.25% 0.17% -
HSV(B) 43.64º 0.4% 0.22% -
XYZ 2.95 3.12 1.89 -
YUV 48.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 55 49 33 0 0.11 0.4 0.78 43.64 0.25 0.17
Hex 37 31 21 0 B 28 4E 2C 19 11
Octal 67 61 41 0 13 50 116 54 31 21
Binary 110111 110001 100001 0 1011 101000 1001110 101100 11001 10001

Color Harmonies of #373121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373121

Black with #373121

Text Example


Text Example

White with #373121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373121; }

 p { color: rgb(55,49,33); }

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

background-color css

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

 a { background-color: rgb(55,49,33); }

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

border-color css

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

 span { border-color: rgb(55,49,33); }

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