#16000F

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

Shades of Melanzane #16000F

Tints of Melanzane #16000F

Color information

#16000F (or 0x16000F) is unknown color: approx Melanzane. HEX triplet: 16, 00 and 0F. RGB value is (22,0,15). Sum of RGB (Red+Green+Blue) = 22+0+15=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #16000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16000F is #E9FFF0. Grayscale: #080808. Windows color (decimal): -15335409 or 983062. OLE color: 983062.

HSL color Cylindrical-coordinate representation of color #16000F: hue angle of 319.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16000F is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB22015-
CMYK010.320.91
HSL319.09º100%4.31%-
HSV(B)319.09º100%8.63%-
XYZ0.420.210.47-
YUV8.29131.79137.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 59.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 40.54%
R=59.46%
G=0%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22015010.320.91319.091004.31
Hex160F064205B13f644
Octal260170144401334771444
Binary10110011110110010010000010110111001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16000F; }

 p { color: rgb(22,0,15); }

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

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

 a { background-color: rgb(22,0,15); }

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

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

 span { border-color: rgb(22,0,15); }

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