#303071

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

Shades of Deep Koamaru #303071

Tints of Deep Koamaru #303071

Color information

#303071 (or 0x303071) is unknown color: approx Deep Koamaru. HEX triplet: 30, 30 and 71. RGB value is (48,48,113). Sum of RGB (Red+Green+Blue) = 48+48+113=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #303071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303071 is #CFCF8E. Grayscale: #373737. Windows color (decimal): -13619087 or 7417904. OLE color: 7417904.

HSL color Cylindrical-coordinate representation of color #303071: hue angle of 240º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303071 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4848113-
CMYK0.580.5800.56
HSL240º40.37%31.57%-
HSV(B)240º57.52%44.31%-
XYZ5.263.9316.11-
YUV55.41160.5122.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=22.97%
G=22.97%
B=54.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48481130.580.5800.5624040.3731.57
Hex3030713A3A038f02820
Octal606016172720703605040
Binary1100001100001110001111010111010011100011110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303071; }

 p { color: rgb(48,48,113); }

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

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

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

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

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

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

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