Html Css Color HEX #35321E Graphite

📋 copy color: '#35321E'

red 53 ◦ green 50 ◦ blue 30

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

Shades of Graphite #35321E

Tints of Graphite #35321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 39.85%
G = 37.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#35321E (or 0x35321E) is known color: Graphite. HEX triplet: 35, 32 and 1E. RGB value is (53,50,30). Sum of RGB (Red+Green+Blue) = 53+50+30=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321E is #CACDE1. Grayscale: #303030. Windows color (decimal): -13290978 or 1978933. OLE color: 1978933.

HSL color Cylindrical-coordinate representation of color #35321E: hue angle of 52.17º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35321E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 30 -
CMYK 0 0.06 0.43 0.79
HSL 52.17º 0.28% 0.16% -
HSV(B) 52.17º 0.43% 0.21% -
XYZ 2.84 3.13 1.68 -
YUV 48.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 53 50 30 0 0.06 0.43 0.79 52.17 0.28 0.16
Hex 35 32 1E 0 6 2B 4F 34 1C 10
Octal 65 62 36 0 6 53 117 64 34 20
Binary 110101 110010 11110 0 110 101011 1001111 110100 11100 10000

Color Harmonies of #35321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35321E

Black with #35321E

Text Example


Text Example

White with #35321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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