#100B15

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

Shades of Blackcurrant #100B15

Tints of Blackcurrant #100B15

Color information

#100B15 (or 0x100B15) is unknown color: approx Blackcurrant. HEX triplet: 10, 0B and 15. RGB value is (16,11,21). Sum of RGB (Red+Green+Blue) = 16+11+21=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #100B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B15 is #EFF4EA. Grayscale: #0D0D0D. Windows color (decimal): -15725803 or 1379088. OLE color: 1379088.

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

Color convert

RGB161121-
CMYK0.240.4800.92
HSL270º31.25%6.27%-
HSV(B)270º47.62%8.24%-
XYZ0.470.40.76-
YUV13.64132.16129.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=33.33%
G=22.92%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1611210.240.4800.9227031.256.27
Hex10B15183005C10e1f6
Octal20132530600134416376
Binary10000101110101110001100000101110010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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