#100813

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

Shades of Blackcurrant #100813

Tints of Blackcurrant #100813

Color information

#100813 (or 0x100813) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 13. RGB value is (16,8,19). Sum of RGB (Red+Green+Blue) = 16+8+19=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #100813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100813 is #EFF7EC. Grayscale: #0B0B0B. Windows color (decimal): -15726573 or 1247248. OLE color: 1247248.

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

Color convert

RGB16819-
CMYK0.160.5800.93
HSL283.64º40.74%5.29%-
HSV(B)283.64º57.89%7.45%-
XYZ0.420.330.66-
YUV11.65132.15131.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=37.21%
G=18.60%
B=44.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal168190.160.5800.93283.6440.745.29
Hex10813103A05D11c295
Octal20102320720135434515
Binary100001000100111000011101001011101100011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100813; }

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

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

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

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

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

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

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

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