Html Css Color HEX #323029 Graphite

📋 copy color: '#323029'

red 50 ◦ green 48 ◦ blue 41

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

Shades of Graphite #323029

Tints of Graphite #323029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 35.97%
G = 34.53%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#323029 (or 0x323029) is known color: Graphite. HEX triplet: 32, 30 and 29. RGB value is (50,48,41). Sum of RGB (Red+Green+Blue) = 50+48+41=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #323029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323029 is #CDCFD6. Grayscale: #2F2F2F. Windows color (decimal): -13488087 or 2699314. OLE color: 2699314.

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

Color convert

RGB 50 48 41 -
CMYK 0 0.04 0.18 0.80
HSL 46.67º 0.1% 0.18% -
HSV(B) 46.67º 0.18% 0.2% -
XYZ 2.77 2.95 2.52 -
YUV 47.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 50 48 41 0 0.04 0.18 0.80 46.67 0.1 0.18
Hex 32 30 29 0 4 12 50 2F A 12
Octal 62 60 51 0 4 22 120 57 12 22
Binary 110010 110000 101001 0 100 10010 1010000 101111 1010 10010

Color Harmonies of #323029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323029

Black with #323029

Text Example


Text Example

White with #323029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323029; }

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

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

background-color css

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

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

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

border-color css

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

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

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