#100A15

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

Shades of Blackcurrant #100A15

Tints of Blackcurrant #100A15

Color information

#100A15 (or 0x100A15) is unknown color: approx Blackcurrant. HEX triplet: 10, 0A and 15. RGB value is (16,10,21). Sum of RGB (Red+Green+Blue) = 16+10+21=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #100A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A15 is #EFF5EA. Grayscale: #0D0D0D. Windows color (decimal): -15726059 or 1378832. OLE color: 1378832.

HSL color Cylindrical-coordinate representation of color #100A15: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #100A15 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB161021-
CMYK0.240.5200.92
HSL272.73º35.48%6.08%-
HSV(B)272.73º52.38%8.24%-
XYZ0.460.380.76-
YUV13.05132.49130.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=34.04%
G=21.28%
B=44.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1610210.240.5200.92272.7335.486.08
Hex10A15183405C111236
Octal20122530640134421436
Binary100001010101011100011010001011100100010001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,10,21); }

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

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

 a { background-color: rgb(16,10,21); }

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

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

 span { border-color: rgb(16,10,21); }

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