#100115

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

Shades of Blackcurrant #100115

Tints of Blackcurrant #100115

Color information

#100115 (or 0x100115) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 15. RGB value is (16,1,21). Sum of RGB (Red+Green+Blue) = 16+1+21=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #100115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100115 is #EFFEEA. Grayscale: #070707. Windows color (decimal): -15728363 or 1376528. OLE color: 1376528.

HSL color Cylindrical-coordinate representation of color #100115: hue angle of 285º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100115 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB16121-
CMYK0.240.9500.92
HSL285º90.91%4.31%-
HSV(B)285º95.24%8.24%-
XYZ0.360.190.73-
YUV7.76135.47133.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 21 (8.59% from 255) = 55.26%
R=42.11%
G=2.63%
B=55.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal161210.240.9500.9228590.914.31
Hex10115185F05C11d5b4
Octal201253013701344351334
Binary10000110101110001011111010111001000111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100115; }

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

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

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

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

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

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

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

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