Html Css Color HEX #323025 Graphite

📋 copy color: '#323025'

red 50 ◦ green 48 ◦ blue 37

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

Shades of Graphite #323025

Tints of Graphite #323025

RGB

 RED value IS 50 (19.92% from 255) = 37.04%

 GREEN value IS 48 (19.14% from 255) = 35.56%

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

R = 37.04%
G = 35.56%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#323025 (or 0x323025) is known color: Graphite. HEX triplet: 32, 30 and 25. RGB value is (50,48,37). Sum of RGB (Red+Green+Blue) = 50+48+37=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #323025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323025 is #CDCFDA. Grayscale: #2F2F2F. Windows color (decimal): -13488091 or 2437170. OLE color: 2437170.

HSL color Cylindrical-coordinate representation of color #323025: hue angle of 50.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323025 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 48 37 -
CMYK 0 0.04 0.26 0.80
HSL 50.77º 0.15% 0.17% -
HSV(B) 50.77º 0.26% 0.2% -
XYZ 2.71 2.93 2.17 -
YUV 47.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 50 48 37 0 0.04 0.26 0.80 50.77 0.15 0.17
Hex 32 30 25 0 4 1A 50 33 F 11
Octal 62 60 45 0 4 32 120 63 17 21
Binary 110010 110000 100101 0 100 11010 1010000 110011 1111 10001

Color Harmonies of #323025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323025

Black with #323025

Text Example


Text Example

White with #323025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323025; }

 p { color: rgb(50,48,37); }

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

background-color css

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

 a { background-color: rgb(50,48,37); }

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

border-color css

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

 span { border-color: rgb(50,48,37); }

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