Html Css Color HEX #353224 Graphite

📋 copy color: '#353224'

red 53 ◦ green 50 ◦ blue 36

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

Shades of Graphite #353224

Tints of Graphite #353224

RGB

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

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

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

R = 38.13%
G = 35.97%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#353224 (or 0x353224) is known color: Graphite. HEX triplet: 35, 32 and 24. RGB value is (53,50,36). Sum of RGB (Red+Green+Blue) = 53+50+36=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #353224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353224 is #CACDDB. Grayscale: #313131. Windows color (decimal): -13290972 or 2372149. OLE color: 2372149.

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

Color convert

RGB 53 50 36 -
CMYK 0 0.06 0.32 0.79
HSL 49.41º 0.19% 0.17% -
HSV(B) 49.41º 0.32% 0.21% -
XYZ 2.93 3.17 2.13 -
YUV 49.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 53 50 36 0 0.06 0.32 0.79 49.41 0.19 0.17
Hex 35 32 24 0 6 20 4F 31 13 11
Octal 65 62 44 0 6 40 117 61 23 21
Binary 110101 110010 100100 0 110 100000 1001111 110001 10011 10001

Color Harmonies of #353224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353224

Black with #353224

Text Example


Text Example

White with #353224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353224; }

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

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

background-color css

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

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

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

border-color css

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

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

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