#100C16

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

Shades of Blackcurrant #100C16

Tints of Blackcurrant #100C16

Color information

#100C16 (or 0x100C16) is unknown color: approx Blackcurrant. HEX triplet: 10, 0C and 16. RGB value is (16,12,22). Sum of RGB (Red+Green+Blue) = 16+12+22=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #100C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C16 is #EFF3E9. Grayscale: #0E0E0E. Windows color (decimal): -15725546 or 1444880. OLE color: 1444880.

HSL color Cylindrical-coordinate representation of color #100C16: hue angle of 264º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #100C16 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161222-
CMYK0.270.4500.91
HSL264º29.41%6.67%-
HSV(B)264º45.45%8.63%-
XYZ0.490.430.82-
YUV14.34132.33129.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 22 (8.98% from 255) = 44%
R=32%
G=24%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1612220.270.4500.9126429.416.67
Hex10C161B2D05B1081d7
Octal20142633550133410357
Binary10000110010110110111011010101101110000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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