#100513

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

Shades of Blackcurrant #100513

Tints of Blackcurrant #100513

Color information

#100513 (or 0x100513) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 13. RGB value is (16,5,19). Sum of RGB (Red+Green+Blue) = 16+5+19=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #100513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100513 is #EFFAEC. Grayscale: #090909. Windows color (decimal): -15727341 or 1246480. OLE color: 1246480.

HSL color Cylindrical-coordinate representation of color #100513: hue angle of 287.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #100513 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB16519-
CMYK0.160.7400.93
HSL287.14º58.33%4.71%-
HSV(B)287.14º73.68%7.45%-
XYZ0.390.270.65-
YUV9.88133.14132.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=40%
G=12.5%
B=47.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal165190.160.7400.93287.1458.334.71
Hex10513104A05D11f3a5
Octal20523201120135437725
Binary100001011001110000100101001011101100011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100513; }

 p { color: rgb(16,5,19); }

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

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

 a { background-color: rgb(16,5,19); }

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

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

 span { border-color: rgb(16,5,19); }

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