Html Css Color HEX #353328 Graphite

📋 copy color: '#353328'

red 53 ◦ green 51 ◦ blue 40

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

Shades of Graphite #353328

Tints of Graphite #353328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 36.81%
G = 35.42%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#353328 (or 0x353328) is known color: Graphite. HEX triplet: 35, 33 and 28. RGB value is (53,51,40). Sum of RGB (Red+Green+Blue) = 53+51+40=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #353328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353328 is #CACCD7. Grayscale: #323232. Windows color (decimal): -13290712 or 2634549. OLE color: 2634549.

HSL color Cylindrical-coordinate representation of color #353328: hue angle of 50.77º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353328 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 40 -
CMYK 0 0.04 0.25 0.79
HSL 50.77º 0.14% 0.18% -
HSV(B) 50.77º 0.25% 0.21% -
XYZ 3.04 3.28 2.48 -
YUV 50.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 53 51 40 0 0.04 0.25 0.79 50.77 0.14 0.18
Hex 35 33 28 0 4 19 4F 33 E 12
Octal 65 63 50 0 4 31 117 63 16 22
Binary 110101 110011 101000 0 100 11001 1001111 110011 1110 10010

Color Harmonies of #353328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353328

Black with #353328

Text Example


Text Example

White with #353328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353328; }

 p { color: rgb(53,51,40); }

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

background-color css

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

 a { background-color: rgb(53,51,40); }

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

border-color css

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

 span { border-color: rgb(53,51,40); }

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