#100315

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

Shades of Blackcurrant #100315

Tints of Blackcurrant #100315

Color information

#100315 (or 0x100315) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 15. RGB value is (16,3,21). Sum of RGB (Red+Green+Blue) = 16+3+21=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #100315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100315 is #EFFCEA. Grayscale: #080808. Windows color (decimal): -15727851 or 1377040. OLE color: 1377040.

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

Color convert

RGB16321-
CMYK0.240.8600.92
HSL283.33º75%4.71%-
HSV(B)283.33º85.71%8.24%-
XYZ0.380.230.73-
YUV8.94134.81133.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=40%
G=7.5%
B=52.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal163210.240.8600.92283.33754.71
Hex10315185605C11b4b5
Octal203253012601344331135
Binary100001110101110001010110010111001000110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100315; }

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

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

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

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

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

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

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

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