#100619

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

Shades of Blackcurrant #100619

Tints of Blackcurrant #100619

Color information

#100619 (or 0x100619) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 19. RGB value is (16,6,25). Sum of RGB (Red+Green+Blue) = 16+6+25=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #100619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100619 is #EFF9E6. Grayscale: #0B0B0B. Windows color (decimal): -15727079 or 1639952. OLE color: 1639952.

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

Color convert

RGB16625-
CMYK0.360.7600.90
HSL271.58º61.29%6.08%-
HSV(B)271.58º76%9.8%-
XYZ0.450.310.96-
YUV11.16135.81131.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=34.04%
G=12.77%
B=53.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal166250.360.7600.90271.5861.296.08
Hex10619244C05A1103d6
Octal20631441140132420756
Binary1000011011001100100100110001011010100010000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100619; }

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

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

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

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

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

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

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

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