#30315A

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

Shades of Deep Koamaru #30315A

Tints of Deep Koamaru #30315A

Color information

#30315A (or 0x30315A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 31 and 5A. RGB value is (48,49,90). Sum of RGB (Red+Green+Blue) = 48+49+90=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #30315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30315A is #CFCEA5. Grayscale: #353535. Windows color (decimal): -13618854 or 5910832. OLE color: 5910832.

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

Color convert

RGB484990-
CMYK0.470.4600.65
HSL238.57º30.43%27.06%-
HSV(B)238.57º46.67%35.29%-
XYZ4.163.5610.14-
YUV53.37148.67124.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=25.67%
G=26.20%
B=48.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4849900.470.4600.65238.5730.4327.06
Hex30315A2F2E041ef1e1b
Octal6061132575601013573633
Binary110000110001101101010111110111001000001111011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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