#100419

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

Shades of Blackcurrant #100419

Tints of Blackcurrant #100419

Color information

#100419 (or 0x100419) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 19. RGB value is (16,4,25). Sum of RGB (Red+Green+Blue) = 16+4+25=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #100419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100419 is #EFFBE6. Grayscale: #090909. Windows color (decimal): -15727591 or 1639440. OLE color: 1639440.

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

Color convert

RGB16425-
CMYK0.360.8400.90
HSL274.29º72.41%5.69%-
HSV(B)274.29º84%9.8%-
XYZ0.430.270.95-
YUV9.98136.48132.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=35.56%
G=8.89%
B=55.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal164250.360.8400.90274.2972.415.69
Hex10419245405A112486
Octal204314412401324221106
Binary10000100110011001001010100010110101000100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100419; }

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

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

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

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

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

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

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

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