#302876

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

Shades of Deep Koamaru #302876

Tints of Deep Koamaru #302876

Color information

#302876 (or 0x302876) is unknown color: approx Deep Koamaru. HEX triplet: 30, 28 and 76. RGB value is (48,40,118). Sum of RGB (Red+Green+Blue) = 48+40+118=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #302876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302876 is #CFD789. Grayscale: #323232. Windows color (decimal): -13621130 or 7743536. OLE color: 7743536.

HSL color Cylindrical-coordinate representation of color #302876: hue angle of 246.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302876 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4840118-
CMYK0.590.6600.54
HSL246.15º49.37%30.98%-
HSV(B)246.15º66.1%46.27%-
XYZ5.253.4517.53-
YUV51.28165.65125.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=23.30%
G=19.42%
B=57.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48401180.590.6600.54246.1549.3730.98
Hex3028763B42036f6311f
Octal6050166731020663666137
Binary1100001010001110110111011100001001101101111011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302876; }

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

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

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

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

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

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

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

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