#130D15

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

Shades of Blackcurrant #130D15

Tints of Blackcurrant #130D15

Color information

#130D15 (or 0x130D15) is unknown color: approx Blackcurrant. HEX triplet: 13, 0D and 15. RGB value is (19,13,21). Sum of RGB (Red+Green+Blue) = 19+13+21=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #130D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D15 is #ECF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15528683 or 1379603. OLE color: 1379603.

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

Color convert

RGB191321-
CMYK0.100.3800.92
HSL285º23.53%6.67%-
HSV(B)285º38.1%8.24%-
XYZ0.550.480.77-
YUV15.71130.99130.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=35.85%
G=24.53%
B=39.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1913210.100.3800.9228523.536.67
Hex13D15A2605C11d187
Octal23152512460134435307
Binary1001111011010110101001100101110010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130D15; }

 p { color: rgb(19,13,21); }

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

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

 a { background-color: rgb(19,13,21); }

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

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

 span { border-color: rgb(19,13,21); }

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