#030002

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

Shades of Melanzane #030002

Tints of Melanzane #030002

Color information

#030002 (or 0x030002) is unknown color: approx Melanzane. HEX triplet: 03, 00 and 02. RGB value is (3,0,2). Sum of RGB (Red+Green+Blue) = 3+0+2=5 (0% of max value = 765). Red value is 3 (1.56% from 255 or 60% from 5); Green value is 0 (0.39% from 255 or 0% from 5); Blue value is 2 (1.17% from 255 or 40% from 5); Max value from RGB is 3 - color contains mainly: red. Hex color #030002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030002 is #FCFFFD. Grayscale: #010101. Windows color (decimal): -16580606 or 131075. OLE color: 131075.

HSL color Cylindrical-coordinate representation of color #030002: hue angle of 320º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030002 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.99.

Color convert

RGB302-
CMYK010.330.99
HSL320º100%0.59%-
HSV(B)320º100%1.18%-
XYZ0.050.020.06-
YUV1.12128.49129.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal302010.330.993201000.59
Hex3020642163140641
Octal3020144411435001441
Binary1101001100100100001110001110100000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030002; }

 p { color: rgb(3,0,2); }

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

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

 a { background-color: rgb(3,0,2); }

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

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

 span { border-color: rgb(3,0,2); }

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