Html Css Color HEX #353228 Graphite

📋 copy color: '#353228'

red 53 ◦ green 50 ◦ blue 40

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

Shades of Graphite #353228

Tints of Graphite #353228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

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

R = 37.06%
G = 34.97%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#353228 (or 0x353228) is known color: Graphite. HEX triplet: 35, 32 and 28. RGB value is (53,50,40). Sum of RGB (Red+Green+Blue) = 53+50+40=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #353228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353228 is #CACDD7. Grayscale: #313131. Windows color (decimal): -13290968 or 2634293. OLE color: 2634293.

HSL color Cylindrical-coordinate representation of color #353228: hue angle of 46.15º 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 #353228 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 40 -
CMYK 0 0.06 0.25 0.79
HSL 46.15º 0.14% 0.18% -
HSV(B) 46.15º 0.25% 0.21% -
XYZ 2.99 3.19 2.47 -
YUV 49.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 53 50 40 0 0.06 0.25 0.79 46.15 0.14 0.18
Hex 35 32 28 0 6 19 4F 2E E 12
Octal 65 62 50 0 6 31 117 56 16 22
Binary 110101 110010 101000 0 110 11001 1001111 101110 1110 10010

Color Harmonies of #353228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353228

Black with #353228

Text Example


Text Example

White with #353228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353228; }

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

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

background-color css

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

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

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

border-color css

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

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

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