#100916

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

Shades of Blackcurrant #100916

Tints of Blackcurrant #100916

Color information

#100916 (or 0x100916) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 16. RGB value is (16,9,22). Sum of RGB (Red+Green+Blue) = 16+9+22=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #100916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100916 is #EFF6E9. Grayscale: #0C0C0C. Windows color (decimal): -15726314 or 1444112. OLE color: 1444112.

HSL color Cylindrical-coordinate representation of color #100916: hue angle of 272.31º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #100916 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16922-
CMYK0.270.5900.91
HSL272.31º41.94%6.08%-
HSV(B)272.31º59.09%8.63%-
XYZ0.460.360.81-
YUV12.58133.32130.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=34.04%
G=19.15%
B=46.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal169220.270.5900.91272.3141.946.08
Hex109161B3B05B1102a6
Octal20112633730133420526
Binary100001001101101101111101101011011100010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100916; }

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

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

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

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

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

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

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

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