#30316C

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

Shades of Deep Koamaru #30316C

Tints of Deep Koamaru #30316C

Color information

#30316C (or 0x30316C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 31 and 6C. RGB value is (48,49,108). Sum of RGB (Red+Green+Blue) = 48+49+108=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #30316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30316C is #CFCE93. Grayscale: #373737. Windows color (decimal): -13618836 or 7090480. OLE color: 7090480.

HSL color Cylindrical-coordinate representation of color #30316C: hue angle of 239º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30316C is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4849108-
CMYK0.560.5500.58
HSL239º38.46%30.59%-
HSV(B)239º55.56%42.35%-
XYZ5.023.9114.68-
YUV55.43157.67122.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=23.41%
G=23.90%
B=52.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48491080.560.5500.5823938.4630.59
Hex30316C383703Aef261f
Octal606115470670723574637
Binary110000110001110110011100011011101110101110111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30316C; }

 p { color: rgb(48,49,108); }

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

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

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

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

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

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

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