#100019

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

Shades of Blackcurrant #100019

Tints of Blackcurrant #100019

Color information

#100019 (or 0x100019) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 19. RGB value is (16,0,25). Sum of RGB (Red+Green+Blue) = 16+0+25=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #100019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100019 is #EFFFE6. Grayscale: #070707. Windows color (decimal): -15728615 or 1638416. OLE color: 1638416.

HSL color Cylindrical-coordinate representation of color #100019: hue angle of 278.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100019 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB16025-
CMYK0.36100.90
HSL278.4º100%4.9%-
HSV(B)278.4º100%9.8%-
XYZ0.390.180.93-
YUV7.63137.8133.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=39.02%
G=0%
B=60.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal160250.36100.90278.41004.9
Hex10019246405A116645
Octal200314414401324261445
Binary100000110011001001100100010110101000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100019; }

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

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

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

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

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

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

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

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