Html Css Color HEX #333125 Graphite

📋 copy color: '#333125'

red 51 ◦ green 49 ◦ blue 37

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

Shades of Graphite #333125

Tints of Graphite #333125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 37.23%
G = 35.77%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#333125 (or 0x333125) is known color: Graphite. HEX triplet: 33, 31 and 25. RGB value is (51,49,37). Sum of RGB (Red+Green+Blue) = 51+49+37=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #333125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333125 is #CCCEDA. Grayscale: #303030. Windows color (decimal): -13422299 or 2437427. OLE color: 2437427.

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

Color convert

RGB 51 49 37 -
CMYK 0 0.04 0.27 0.8
HSL 51.43º 0.16% 0.17% -
HSV(B) 51.43º 0.27% 0.2% -
XYZ 2.8 3.03 2.19 -
YUV 48.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 51 49 37 0 0.04 0.27 0.8 51.43 0.16 0.17
Hex 33 31 25 0 4 1B 50 33 10 11
Octal 63 61 45 0 4 33 120 63 20 21
Binary 110011 110001 100101 0 100 11011 1010000 110011 10000 10001

Color Harmonies of #333125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333125

Black with #333125

Text Example


Text Example

White with #333125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333125; }

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

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

background-color css

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

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

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

border-color css

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

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

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