#31315B

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

Shades of Deep Koamaru #31315B

Tints of Deep Koamaru #31315B

Color information

#31315B (or 0x31315B) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 5B. RGB value is (49,49,91). Sum of RGB (Red+Green+Blue) = 49+49+91=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #31315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31315B is #CECEA4. Grayscale: #353535. Windows color (decimal): -13553317 or 5976369. OLE color: 5976369.

HSL color Cylindrical-coordinate representation of color #31315B: hue angle of 240º 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 #31315B is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB494991-
CMYK0.460.4600.64
HSL240º30%27.45%-
HSV(B)240º46.15%35.69%-
XYZ4.253.610.37-
YUV53.79149124.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=25.93%
G=25.93%
B=48.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4949910.460.4600.642403027.45
Hex31315B2E2E040f01e1b
Octal6161133565601003603633
Binary110001110001101101110111010111001000000111100001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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