#100914

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

Shades of Blackcurrant #100914

Tints of Blackcurrant #100914

Color information

#100914 (or 0x100914) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 14. RGB value is (16,9,20). Sum of RGB (Red+Green+Blue) = 16+9+20=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #100914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100914 is #EFF6EB. Grayscale: #0C0C0C. Windows color (decimal): -15726316 or 1313040. OLE color: 1313040.

HSL color Cylindrical-coordinate representation of color #100914: hue angle of 278.18º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #100914 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB16920-
CMYK0.200.5500.92
HSL278.18º37.93%5.69%-
HSV(B)278.18º55%7.84%-
XYZ0.440.360.71-
YUV12.35132.32130.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 44.44%
R=35.56%
G=20%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal169200.200.5500.92278.1837.935.69
Hex10914143705C116266
Octal20112424670134426466
Binary100001001101001010011011101011100100010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100914; }

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

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

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

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

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

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

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

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