#31316a

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

Shades of Deep Koamaru #31316A

Tints of Deep Koamaru #31316A

Color information

#31316A (or 0x31316A) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 6A. RGB value is (49,49,106). Sum of RGB (Red+Green+Blue) = 49+49+106=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #31316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31316A is #CECE95. Grayscale: #373737. Windows color (decimal): -13553302 or 6959409. OLE color: 6959409.

HSL color Cylindrical-coordinate representation of color #31316A: hue angle of 240º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31316A is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4949106-
CMYK0.540.5400.58
HSL240º36.77%30.39%-
HSV(B)240º53.77%41.57%-
XYZ4.973.8914.12-
YUV55.5156.5123.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 106 (41.80% from 255) = 51.96%
R=24.02%
G=24.02%
B=51.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49491060.540.5400.5824036.7730.39
Hex31316A363603Af0251e
Octal616115266660723604536
Binary110001110001110101011011011011001110101111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31316a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31316a; }

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

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

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

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

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

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

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

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