#31515A

Color #31515A Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #31515A

Tints of Casal #31515A

Color information

#31515A (or 0x31515A) is unknown color: approx Casal. HEX triplet: 31, 51 and 5A. RGB value is (49,81,90). Sum of RGB (Red+Green+Blue) = 49+81+90=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #31515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31515A is #CEAEA5. Grayscale: #484848. Windows color (decimal): -13545126 or 5919025. OLE color: 5919025.

HSL color Cylindrical-coordinate representation of color #31515A: hue angle of 193.17º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31515A is Cyan = 0.46, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB498190-
CMYK0.460.100.65
HSL193.17º29.5%27.25%-
HSV(B)193.17º45.56%35.29%-
XYZ6.057.2810.76-
YUV72.46137.9111.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=22.27%
G=36.82%
B=40.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4981900.460.100.65193.1729.527.25
Hex31515A2EA041c11d1b
Octal61121132561201013013533
Binary11000110100011011010101110101001000001110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31515A; }

 p { color: rgb(49,81,90); }

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

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

 a { background-color: rgb(49,81,90); }

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

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

 span { border-color: rgb(49,81,90); }

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