#100C11

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

Shades of Blackcurrant #100C11

Tints of Blackcurrant #100C11

Color information

#100C11 (or 0x100C11) is unknown color: approx Blackcurrant. HEX triplet: 10, 0C and 11. RGB value is (16,12,17). Sum of RGB (Red+Green+Blue) = 16+12+17=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 17 - color contains mainly: blue. Hex color #100C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C11 is #EFF3EE. Grayscale: #0D0D0D. Windows color (decimal): -15725551 or 1117200. OLE color: 1117200.

HSL color Cylindrical-coordinate representation of color #100C11: hue angle of 288º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #100C11 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161217-
CMYK0.060.2900.93
HSL288º17.24%5.69%-
HSV(B)288º29.41%6.67%-
XYZ0.450.410.59-
YUV13.77129.83129.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=35.56%
G=26.67%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1612170.060.2900.9328817.245.69
Hex10C1161D05D120116
Octal2014216350135440216
Binary10000110010001110111010101110110010000010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100C11; }

 p { color: rgb(16,12,17); }

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

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

 a { background-color: rgb(16,12,17); }

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

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

 span { border-color: rgb(16,12,17); }

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