#35342E

Color #35342E Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #35342E

Tints of Graphite #35342E

Color information

#35342E (or 0x35342E) is unknown color: approx Graphite. HEX triplet: 35, 34 and 2E. RGB value is (53,52,46). Sum of RGB (Red+Green+Blue) = 53+52+46=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 53 - color contains mainly: red. Hex color #35342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35342E is #CACBD1. Grayscale: #333333. Windows color (decimal): -13290450 or 3028021. OLE color: 3028021.

HSL color Cylindrical-coordinate representation of color #35342E: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35342E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB535246-
CMYK00.020.130.79
HSL51.43º7.07%19.41%-
HSV(B)51.43º13.21%20.78%-
XYZ3.193.413.07-
YUV51.61124.83128.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=35.10%
G=34.44%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53524600.020.130.7951.437.0719.41
Hex35342E02D4F33713
Octal656456021511763723
Binary1101011101001011100101101100111111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,52,46); }

 H1.HeaderClassName
 {
   color: #35342E;
 }
 .AnyTagClassName
 {
   color: #35342E;
 }
</style>
background-color css

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

 a { background-color: rgb(53,52,46); }

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

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

 span { border-color: rgb(53,52,46); }

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