#31525B

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

Shades of Casal #31525B

Tints of Casal #31525B

Color information

#31525B (or 0x31525B) is unknown color: approx Casal. HEX triplet: 31, 52 and 5B. RGB value is (49,82,91). Sum of RGB (Red+Green+Blue) = 49+82+91=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #31525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525B is #CEADA4. Grayscale: #494949. Windows color (decimal): -13544869 or 5984817. OLE color: 5984817.

HSL color Cylindrical-coordinate representation of color #31525B: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31525B is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498291-
CMYK0.460.1000.64
HSL192.86º30%27.45%-
HSV(B)192.86º46.15%35.69%-
XYZ6.177.4411.01-
YUV73.16138.07110.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=22.07%
G=36.94%
B=40.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4982910.460.1000.64192.863027.45
Hex31525B2EA040c11e1b
Octal61122133561201003013633
Binary11000110100101011011101110101001000000110000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31525B; }

 p { color: rgb(49,82,91); }

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

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

 a { background-color: rgb(49,82,91); }

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

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

 span { border-color: rgb(49,82,91); }

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