Html Css Color HEX #333026 Graphite

📋 copy color: '#333026'

red 51 ◦ green 48 ◦ blue 38

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

Shades of Graphite #333026

Tints of Graphite #333026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 37.23%
G = 35.04%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#333026 (or 0x333026) is known color: Graphite. HEX triplet: 33, 30 and 26. RGB value is (51,48,38). Sum of RGB (Red+Green+Blue) = 51+48+38=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #333026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333026 is #CCCFD9. Grayscale: #2F2F2F. Windows color (decimal): -13422554 or 2502707. OLE color: 2502707.

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

Color convert

RGB 51 48 38 -
CMYK 0 0.06 0.25 0.8
HSL 46.15º 0.15% 0.17% -
HSV(B) 46.15º 0.25% 0.2% -
XYZ 2.77 2.96 2.26 -
YUV 47.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 51 48 38 0 0.06 0.25 0.8 46.15 0.15 0.17
Hex 33 30 26 0 6 19 50 2E F 11
Octal 63 60 46 0 6 31 120 56 17 21
Binary 110011 110000 100110 0 110 11001 1010000 101110 1111 10001

Color Harmonies of #333026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333026

Black with #333026

Text Example


Text Example

White with #333026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333026; }

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

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

background-color css

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

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

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

border-color css

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

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

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