#100319

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

Shades of Blackcurrant #100319

Tints of Blackcurrant #100319

Color information

#100319 (or 0x100319) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 19. RGB value is (16,3,25). Sum of RGB (Red+Green+Blue) = 16+3+25=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #100319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100319 is #EFFCE6. Grayscale: #090909. Windows color (decimal): -15727847 or 1639184. OLE color: 1639184.

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

Color convert

RGB16325-
CMYK0.360.8800.90
HSL275.45º78.57%5.49%-
HSV(B)275.45º88%9.8%-
XYZ0.420.250.94-
YUV9.4136.81132.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=36.36%
G=6.82%
B=56.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal163250.360.8800.90275.4578.575.49
Hex10319245805A1134f5
Octal203314413001324231175
Binary1000011110011001001011000010110101000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100319; }

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

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

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

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

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

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

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

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