#100417

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

Shades of Blackcurrant #100417

Tints of Blackcurrant #100417

Color information

#100417 (or 0x100417) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 17. RGB value is (16,4,23). Sum of RGB (Red+Green+Blue) = 16+4+23=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #100417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100417 is #EFFBE8. Grayscale: #090909. Windows color (decimal): -15727593 or 1508368. OLE color: 1508368.

HSL color Cylindrical-coordinate representation of color #100417: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100417 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16423-
CMYK0.300.8300.91
HSL277.89º70.37%5.29%-
HSV(B)277.89º82.61%9.02%-
XYZ0.410.260.84-
YUV9.75135.48132.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=37.21%
G=9.30%
B=53.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal164230.300.8300.91277.8970.375.29
Hex104171E5305B116465
Octal204273612301334261065
Binary1000010010111111101010011010110111000101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100417; }

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

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

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

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

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

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

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

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