#100119

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

Shades of Blackcurrant #100119

Tints of Blackcurrant #100119

Color information

#100119 (or 0x100119) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 19. RGB value is (16,1,25). Sum of RGB (Red+Green+Blue) = 16+1+25=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #100119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100119 is #EFFEE6. Grayscale: #080808. Windows color (decimal): -15728359 or 1638672. OLE color: 1638672.

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

Color convert

RGB16125-
CMYK0.360.9600.90
HSL277.5º92.31%5.1%-
HSV(B)277.5º96%9.8%-
XYZ0.40.20.94-
YUV8.22137.47133.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 25 (10.16% from 255) = 59.52%
R=38.10%
G=2.38%
B=59.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal161250.360.9600.90277.592.315.1
Hex10119246005A1165c5
Octal201314414001324261345
Binary100001110011001001100000010110101000101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100119; }

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

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

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

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

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

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

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

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