Html Css Color HEX #333027 Graphite

📋 copy color: '#333027'

red 51 ◦ green 48 ◦ blue 39

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

Shades of Graphite #333027

Tints of Graphite #333027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 36.96%
G = 34.78%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#333027 (or 0x333027) is known color: Graphite. HEX triplet: 33, 30 and 27. RGB value is (51,48,39). Sum of RGB (Red+Green+Blue) = 51+48+39=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #333027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333027 is #CCCFD8. Grayscale: #2F2F2F. Windows color (decimal): -13422553 or 2568243. OLE color: 2568243.

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

Color convert

RGB 51 48 39 -
CMYK 0 0.06 0.24 0.8
HSL 45º 0.13% 0.18% -
HSV(B) 45º 0.24% 0.2% -
XYZ 2.79 2.96 2.34 -
YUV 47.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 51 48 39 0 0.06 0.24 0.8 45 0.13 0.18
Hex 33 30 27 0 6 18 50 2D D 12
Octal 63 60 47 0 6 30 120 55 15 22
Binary 110011 110000 100111 0 110 11000 1010000 101101 1101 10010

Color Harmonies of #333027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333027

Black with #333027

Text Example


Text Example

White with #333027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333027; }

 p { color: rgb(51,48,39); }

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

background-color css

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

 a { background-color: rgb(51,48,39); }

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

border-color css

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

 span { border-color: rgb(51,48,39); }

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