Html Css Color HEX #35332C Graphite

📋 copy color: '#35332C'

red 53 ◦ green 51 ◦ blue 44

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

Shades of Graphite #35332C

Tints of Graphite #35332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.73%

R = 35.81%
G = 34.46%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35332C (or 0x35332C) is known color: Graphite. HEX triplet: 35, 33 and 2C. RGB value is (53,51,44). Sum of RGB (Red+Green+Blue) = 53+51+44=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35332C is #CACCD3. Grayscale: #323232. Windows color (decimal): -13290708 or 2896693. OLE color: 2896693.

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

Color convert

RGB 53 51 44 -
CMYK 0 0.04 0.17 0.79
HSL 46.67º 0.09% 0.19% -
HSV(B) 46.67º 0.17% 0.21% -
XYZ 3.11 3.31 2.86 -
YUV 50.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 53 51 44 0 0.04 0.17 0.79 46.67 0.09 0.19
Hex 35 33 2C 0 4 11 4F 2F 9 13
Octal 65 63 54 0 4 21 117 57 11 23
Binary 110101 110011 101100 0 100 10001 1001111 101111 1001 10011

Color Harmonies of #35332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35332C

Black with #35332C

Text Example


Text Example

White with #35332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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