Html Css Color HEX #33312C Graphite

📋 copy color: '#33312C'

red 51 ◦ green 49 ◦ blue 44

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

Shades of Graphite #33312C

Tints of Graphite #33312C

RGB

 RED value IS 51 (20.31% from 255) = 35.42%

 GREEN value IS 49 (19.53% from 255) = 34.03%

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

R = 35.42%
G = 34.03%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#33312C (or 0x33312C) is known color: Graphite. HEX triplet: 33, 31 and 2C. RGB value is (51,49,44). Sum of RGB (Red+Green+Blue) = 51+49+44=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #33312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312C is #CCCED3. Grayscale: #313131. Windows color (decimal): -13422292 or 2896179. OLE color: 2896179.

HSL color Cylindrical-coordinate representation of color #33312C: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33312C is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 49 44 -
CMYK 0 0.04 0.14 0.8
HSL 42.86º 0.07% 0.19% -
HSV(B) 42.86º 0.14% 0.2% -
XYZ 2.92 3.08 2.82 -
YUV 49.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 51 49 44 0 0.04 0.14 0.8 42.86 0.07 0.19
Hex 33 31 2C 0 4 E 50 2B 7 13
Octal 63 61 54 0 4 16 120 53 7 23
Binary 110011 110001 101100 0 100 1110 1010000 101011 111 10011

Color Harmonies of #33312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33312C

Black with #33312C

Text Example


Text Example

White with #33312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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