Html Css Color HEX #313335 Cod Grey

📋 copy color: '#313335'

red 49 ◦ green 51 ◦ blue 53

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

Shades of Cod Grey #313335

Tints of Cod Grey #313335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

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

R = 32.03%
G = 33.33%
B = 34.64%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#313335 (or 0x313335) is known color: Cod Grey. HEX triplet: 31, 33 and 35. RGB value is (49,51,53). Sum of RGB (Red+Green+Blue) = 49+51+53=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 53 - color contains mainly: blue. Hex color #313335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313335 is #CECCCA. Grayscale: #323232. Windows color (decimal): -13552843 or 3486513. OLE color: 3486513.

HSL color Cylindrical-coordinate representation of color #313335: hue angle of 210º 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 #313335 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 51 53 -
CMYK 0.08 0.04 0 0.79
HSL 210º 0.04% 0.2% -
HSV(B) 210º 0.08% 0.21% -
XYZ 3.09 3.28 3.84 -
YUV 50.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 49 51 53 0.08 0.04 0 0.79 210 0.04 0.2
Hex 31 33 35 8 4 0 4F D2 4 14
Octal 61 63 65 10 4 0 117 322 4 24
Binary 110001 110011 110101 1000 100 0 1001111 11010010 100 10100

Color Harmonies of #313335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313335

Black with #313335

Text Example


Text Example

White with #313335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313335; }

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

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

background-color css

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

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

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

border-color css

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

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

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