Html Css Color HEX #373325 Graphite

📋 copy color: '#373325'

red 55 ◦ green 51 ◦ blue 37

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

Shades of Graphite #373325

Tints of Graphite #373325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 38.46%
G = 35.66%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#373325 (or 0x373325) is known color: Graphite. HEX triplet: 37, 33 and 25. RGB value is (55,51,37). Sum of RGB (Red+Green+Blue) = 55+51+37=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #373325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373325 is #C8CCDA. Grayscale: #323232. Windows color (decimal): -13159643 or 2437943. OLE color: 2437943.

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

Color convert

RGB 55 51 37 -
CMYK 0 0.07 0.33 0.78
HSL 46.67º 0.2% 0.18% -
HSV(B) 46.67º 0.33% 0.22% -
XYZ 3.09 3.31 2.23 -
YUV 50.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 55 51 37 0 0.07 0.33 0.78 46.67 0.2 0.18
Hex 37 33 25 0 7 21 4E 2F 14 12
Octal 67 63 45 0 7 41 116 57 24 22
Binary 110111 110011 100101 0 111 100001 1001110 101111 10100 10010

Color Harmonies of #373325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373325

Black with #373325

Text Example


Text Example

White with #373325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373325; }

 p { color: rgb(55,51,37); }

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

background-color css

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

 a { background-color: rgb(55,51,37); }

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

border-color css

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

 span { border-color: rgb(55,51,37); }

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