Html Css Color HEX #353324 Graphite

📋 copy color: '#353324'

red 53 ◦ green 51 ◦ blue 36

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

Shades of Graphite #353324

Tints of Graphite #353324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 37.86%
G = 36.43%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#353324 (or 0x353324) is known color: Graphite. HEX triplet: 35, 33 and 24. RGB value is (53,51,36). Sum of RGB (Red+Green+Blue) = 53+51+36=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #353324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353324 is #CACCDB. Grayscale: #313131. Windows color (decimal): -13290716 or 2372405. OLE color: 2372405.

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

Color convert

RGB 53 51 36 -
CMYK 0 0.04 0.32 0.79
HSL 52.94º 0.19% 0.17% -
HSV(B) 52.94º 0.32% 0.21% -
XYZ 2.97 3.25 2.14 -
YUV 49.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 53 51 36 0 0.04 0.32 0.79 52.94 0.19 0.17
Hex 35 33 24 0 4 20 4F 35 13 11
Octal 65 63 44 0 4 40 117 65 23 21
Binary 110101 110011 100100 0 100 100000 1001111 110101 10011 10001

Color Harmonies of #353324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353324

Black with #353324

Text Example


Text Example

White with #353324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353324; }

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

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

background-color css

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

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

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

border-color css

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

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

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