Html Css Color HEX #353121 Graphite

📋 copy color: '#353121'

red 53 ◦ green 49 ◦ blue 33

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

Shades of Graphite #353121

Tints of Graphite #353121

RGB

 RED value IS 53 (21.09% from 255) = 39.26%

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

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

R = 39.26%
G = 36.3%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#353121 (or 0x353121) is known color: Graphite. HEX triplet: 35, 31 and 21. RGB value is (53,49,33). Sum of RGB (Red+Green+Blue) = 53+49+33=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #353121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353121 is #CACEDE. Grayscale: #303030. Windows color (decimal): -13291231 or 2175285. OLE color: 2175285.

HSL color Cylindrical-coordinate representation of color #353121: hue angle of 48º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353121 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 33 -
CMYK 0 0.08 0.38 0.79
HSL 48º 0.23% 0.17% -
HSV(B) 48º 0.38% 0.21% -
XYZ 2.84 3.06 1.88 -
YUV 48.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 53 49 33 0 0.08 0.38 0.79 48 0.23 0.17
Hex 35 31 21 0 8 26 4F 30 17 11
Octal 65 61 41 0 10 46 117 60 27 21
Binary 110101 110001 100001 0 1000 100110 1001111 110000 10111 10001

Color Harmonies of #353121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353121

Black with #353121

Text Example


Text Example

White with #353121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353121; }

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

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

background-color css

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

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

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

border-color css

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

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

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