#130015

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

Shades of Blackcurrant #130015

Tints of Blackcurrant #130015

Color information

#130015 (or 0x130015) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 15. RGB value is (19,0,21). Sum of RGB (Red+Green+Blue) = 19+0+21=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 0 (0.39% from 255 or 0% 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 #130015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130015 is #ECFFEA. Grayscale: #080808. Windows color (decimal): -15532011 or 1376275. OLE color: 1376275.

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

Color convert

RGB19021-
CMYK0.10100.92
HSL294.29º100%4.12%-
HSV(B)294.29º100%8.24%-
XYZ0.40.190.73-
YUV8.07135.29135.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=47.5%
G=0%
B=52.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal190210.10100.92294.291004.12
Hex13015A6405C126644
Octal230251214401344461444
Binary1001101010110101100100010111001001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130015; }

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

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

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

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

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

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

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

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