#100719

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

Shades of Blackcurrant #100719

Tints of Blackcurrant #100719

Color information

#100719 (or 0x100719) is unknown color: approx Blackcurrant. HEX triplet: 10, 07 and 19. RGB value is (16,7,25). Sum of RGB (Red+Green+Blue) = 16+7+25=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #100719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100719 is #EFF8E6. Grayscale: #0B0B0B. Windows color (decimal): -15726823 or 1640208. OLE color: 1640208.

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

Color convert

RGB16725-
CMYK0.360.7200.90
HSL270º56.25%6.27%-
HSV(B)270º72%9.8%-
XYZ0.470.330.96-
YUV11.74135.48131.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=33.33%
G=14.58%
B=52.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal167250.360.7200.9027056.256.27
Hex10719244805A10e386
Octal20731441100132416706
Binary1000011111001100100100100001011010100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100719; }

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

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

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

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

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

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

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

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