#100016

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

Shades of Blackcurrant #100016

Tints of Blackcurrant #100016

Color information

#100016 (or 0x100016) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 16. RGB value is (16,0,22). Sum of RGB (Red+Green+Blue) = 16+0+22=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #100016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100016 is #EFFFE9. Grayscale: #070707. Windows color (decimal): -15728618 or 1441808. OLE color: 1441808.

HSL color Cylindrical-coordinate representation of color #100016: hue angle of 283.64º 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 #100016 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16022-
CMYK0.27100.91
HSL283.64º100%4.31%-
HSV(B)283.64º100%8.63%-
XYZ0.360.170.77-
YUV7.29136.3134.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=42.11%
G=0%
B=57.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal160220.27100.91283.641004.31
Hex100161B6405B11c644
Octal200263314401334341444
Binary10000010110110111100100010110111000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100016; }

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

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

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

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

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

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

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

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