#100919

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

Shades of Blackcurrant #100919

Tints of Blackcurrant #100919

Color information

#100919 (or 0x100919) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 19. RGB value is (16,9,25). Sum of RGB (Red+Green+Blue) = 16+9+25=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #100919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100919 is #EFF6E6. Grayscale: #0C0C0C. Windows color (decimal): -15726311 or 1640720. OLE color: 1640720.

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

Color convert

RGB16925-
CMYK0.360.6400.90
HSL266.25º47.06%6.67%-
HSV(B)266.25º64%9.8%-
XYZ0.490.380.97-
YUV12.92134.82130.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 25 (10.16% from 255) = 50%
R=32%
G=18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal169250.360.6400.90266.2547.066.67
Hex10919244005A10a2f7
Octal201131441000132412577
Binary10000100111001100100100000001011010100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100919; }

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

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

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

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

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

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

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

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