#313233

Color #313233 Cod Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cod Grey #313233

Tints of Cod Grey #313233

Color information

#313233 (or 0x313233) is unknown color: approx Cod Grey. HEX triplet: 31, 32 and 33. RGB value is (49,50,51). Sum of RGB (Red+Green+Blue) = 49+50+51=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 51 - color contains mainly: blue. Hex color #313233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313233 is #CECDCC. Grayscale: #313131. Windows color (decimal): -13553101 or 3355185. OLE color: 3355185.

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

Color convert

RGB495051-
CMYK0.040.0200.8
HSL210º2%19.61%-
HSV(B)210º3.92%20%-
XYZ33.173.59-
YUV49.82128.67127.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 34%
R=32.67%
G=33.33%
B=34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4950510.040.0200.8210219.61
Hex31323342050d2214
Octal616263420120322224
Binary1100011100101100111001001010000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313233; }

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

 H1.HeaderClassName
 {
   color: #313233;
 }
 .AnyTagClassName
 {
   color: #313233;
 }
</style>
background-color css

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

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

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

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

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

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