#302873

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

Shades of Deep Koamaru #302873

Tints of Deep Koamaru #302873

Color information

#302873 (or 0x302873) is unknown color: approx Deep Koamaru. HEX triplet: 30, 28 and 73. RGB value is (48,40,115). Sum of RGB (Red+Green+Blue) = 48+40+115=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #302873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302873 is #CFD78C. Grayscale: #323232. Windows color (decimal): -13621133 or 7546928. OLE color: 7546928.

HSL color Cylindrical-coordinate representation of color #302873: hue angle of 246.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302873 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4840115-
CMYK0.580.6500.55
HSL246.4º48.39%30.39%-
HSV(B)246.4º65.22%45.1%-
XYZ5.073.3816.61-
YUV50.94164.15125.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=23.65%
G=19.70%
B=56.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48401150.580.6500.55246.448.3930.39
Hex3028733A41037f6301e
Octal6050163721010673666036
Binary1100001010001110011111010100000101101111111011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302873; }

 p { color: rgb(48,40,115); }

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

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

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

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

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

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

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