#100C13

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

Shades of Blackcurrant #100C13

Tints of Blackcurrant #100C13

Color information

#100C13 (or 0x100C13) is unknown color: approx Blackcurrant. HEX triplet: 10, 0C and 13. RGB value is (16,12,19). Sum of RGB (Red+Green+Blue) = 16+12+19=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: blue. Hex color #100C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C13 is #EFF3EC. Grayscale: #0D0D0D. Windows color (decimal): -15725549 or 1248272. OLE color: 1248272.

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

Color convert

RGB161219-
CMYK0.160.3700.93
HSL274.29º22.58%6.08%-
HSV(B)274.29º36.84%7.45%-
XYZ0.460.420.67-
YUV13.99130.83129.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=34.04%
G=25.53%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1612190.160.3700.93274.2922.586.08
Hex10C13102505D112176
Octal20142320450135422276
Binary10000110010011100001001010101110110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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