Html Css Color HEX #33312A Graphite

📋 copy color: '#33312A'

red 51 ◦ green 49 ◦ blue 42

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

Shades of Graphite #33312A

Tints of Graphite #33312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 35.92%
G = 34.51%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#33312A (or 0x33312A) is known color: Graphite. HEX triplet: 33, 31 and 2A. RGB value is (51,49,42). Sum of RGB (Red+Green+Blue) = 51+49+42=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #33312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312A is #CCCED5. Grayscale: #303030. Windows color (decimal): -13422294 or 2765107. OLE color: 2765107.

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

Color convert

RGB 51 49 42 -
CMYK 0 0.04 0.18 0.8
HSL 46.67º 0.1% 0.18% -
HSV(B) 46.67º 0.18% 0.2% -
XYZ 2.88 3.07 2.63 -
YUV 48.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 51 49 42 0 0.04 0.18 0.8 46.67 0.1 0.18
Hex 33 31 2A 0 4 12 50 2F A 12
Octal 63 61 52 0 4 22 120 57 12 22
Binary 110011 110001 101010 0 100 10010 1010000 101111 1010 10010

Color Harmonies of #33312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33312A

Black with #33312A

Text Example


Text Example

White with #33312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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