Html Css Color HEX #33312B Graphite

📋 copy color: '#33312B'

red 51 ◦ green 49 ◦ blue 43

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

Shades of Graphite #33312B

Tints of Graphite #33312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 35.66%
G = 34.27%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#33312B (or 0x33312B) is known color: Graphite. HEX triplet: 33, 31 and 2B. RGB value is (51,49,43). Sum of RGB (Red+Green+Blue) = 51+49+43=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 51 - color contains mainly: red. Hex color #33312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312B is #CCCED4. Grayscale: #303030. Windows color (decimal): -13422293 or 2830643. OLE color: 2830643.

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

Color convert

RGB 51 49 43 -
CMYK 0 0.04 0.16 0.8
HSL 45º 0.09% 0.18% -
HSV(B) 45º 0.16% 0.2% -
XYZ 2.9 3.07 2.73 -
YUV 48.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 51 49 43 0 0.04 0.16 0.8 45 0.09 0.18
Hex 33 31 2B 0 4 10 50 2D 9 12
Octal 63 61 53 0 4 20 120 55 11 22
Binary 110011 110001 101011 0 100 10000 1010000 101101 1001 10010

Color Harmonies of #33312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33312B

Black with #33312B

Text Example


Text Example

White with #33312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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