#100316

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

Shades of Blackcurrant #100316

Tints of Blackcurrant #100316

Color information

#100316 (or 0x100316) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 16. RGB value is (16,3,22). Sum of RGB (Red+Green+Blue) = 16+3+22=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #100316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100316 is #EFFCE9. Grayscale: #080808. Windows color (decimal): -15727850 or 1442576. OLE color: 1442576.

HSL color Cylindrical-coordinate representation of color #100316: hue angle of 281.05º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100316 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16322-
CMYK0.270.8600.91
HSL281.05º76%4.9%-
HSV(B)281.05º86.36%8.63%-
XYZ0.390.230.78-
YUV9.05135.31132.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=39.02%
G=7.32%
B=53.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal163220.270.8600.91281.05764.9
Hex103161B5605B1194c5
Octal203263312601334311145
Binary100001110110110111010110010110111000110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100316; }

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

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

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

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

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

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

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

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