#060305

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

Shades of Melanzane #060305

Tints of Melanzane #060305

Color information

#060305 (or 0x060305) is unknown color: approx Melanzane. HEX triplet: 06, 03 and 05. RGB value is (6,3,5). Sum of RGB (Red+Green+Blue) = 6+3+5=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 6 - color contains mainly: red. Hex color #060305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060305 is #F9FCFA. Grayscale: #040404. Windows color (decimal): -16383227 or 328454. OLE color: 328454.

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

Color convert

RGB635-
CMYK00.500.170.98
HSL320º33.33%1.76%-
HSV(B)320º50%2.35%-
XYZ0.140.110.16-
YUV4.12128.49129.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 21.43%
BLUE value IS 5 (2.34% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal63500.500.170.9832033.331.76
Hex6350321162140212
Octal63506221142500412
Binary11011101011001010001110001010100000010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060305; }

 p { color: rgb(6,3,5); }

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

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

 a { background-color: rgb(6,3,5); }

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

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

 span { border-color: rgb(6,3,5); }

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