Html Css Color HEX #353325 Graphite

📋 copy color: '#353325'

red 53 ◦ green 51 ◦ blue 37

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

Shades of Graphite #353325

Tints of Graphite #353325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 37.59%
G = 36.17%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#353325 (or 0x353325) is known color: Graphite. HEX triplet: 35, 33 and 25. RGB value is (53,51,37). Sum of RGB (Red+Green+Blue) = 53+51+37=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #353325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353325 is #CACCDA. Grayscale: #323232. Windows color (decimal): -13290715 or 2437941. OLE color: 2437941.

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

Color convert

RGB 53 51 37 -
CMYK 0 0.04 0.30 0.79
HSL 52.5º 0.18% 0.18% -
HSV(B) 52.5º 0.3% 0.21% -
XYZ 2.99 3.26 2.22 -
YUV 50 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 53 51 37 0 0.04 0.30 0.79 52.5 0.18 0.18
Hex 35 33 25 0 4 1E 4F 34 12 12
Octal 65 63 45 0 4 36 117 64 22 22
Binary 110101 110011 100101 0 100 11110 1001111 110100 10010 10010

Color Harmonies of #353325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353325

Black with #353325

Text Example


Text Example

White with #353325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353325; }

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

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

background-color css

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

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

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

border-color css

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

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

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