Html Css Color HEX #313235 Ebony

📋 copy color: '#313235'

red 49 ◦ green 50 ◦ blue 53

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

Shades of Ebony #313235

Tints of Ebony #313235

RGB

 RED value IS 49 (19.53% from 255) = 32.24%

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 53 (21.09% from 255) = 34.87%

R = 32.24%
G = 32.89%
B = 34.87%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#313235 (or 0x313235) is known color: Ebony. HEX triplet: 31, 32 and 35. RGB value is (49,50,53). Sum of RGB (Red+Green+Blue) = 49+50+53=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 53 - color contains mainly: blue. Hex color #313235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313235 is #CECDCA. Grayscale: #323232. Windows color (decimal): -13553099 or 3486257. OLE color: 3486257.

HSL color Cylindrical-coordinate representation of color #313235: hue angle of 225º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #313235 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 50 53 -
CMYK 0.08 0.06 0 0.79
HSL 225º 0.04% 0.2% -
HSV(B) 225º 0.08% 0.21% -
XYZ 3.05 3.19 3.82 -
YUV 50.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 49 50 53 0.08 0.06 0 0.79 225 0.04 0.2
Hex 31 32 35 8 6 0 4F E1 4 14
Octal 61 62 65 10 6 0 117 341 4 24
Binary 110001 110010 110101 1000 110 0 1001111 11100001 100 10100

Color Harmonies of #313235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313235

Black with #313235

Text Example


Text Example

White with #313235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313235; }

 p { color: rgb(49,50,53); }

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

background-color css

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

 a { background-color: rgb(49,50,53); }

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

border-color css

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

 span { border-color: rgb(49,50,53); }

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