#130C15

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

Shades of Blackcurrant #130C15

Tints of Blackcurrant #130C15

Color information

#130C15 (or 0x130C15) is unknown color: approx Blackcurrant. HEX triplet: 13, 0C and 15. RGB value is (19,12,21). Sum of RGB (Red+Green+Blue) = 19+12+21=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #130C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C15 is #ECF3EA. Grayscale: #0F0F0F. Windows color (decimal): -15528939 or 1379347. OLE color: 1379347.

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

Color convert

RGB191221-
CMYK0.100.4300.92
HSL286.67º27.27%6.47%-
HSV(B)286.67º42.86%8.24%-
XYZ0.540.460.77-
YUV15.12131.32130.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=36.54%
G=23.08%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1912210.100.4300.92286.6727.276.47
Hex13C15A2B05C11f1b6
Octal23142512530134437336
Binary1001111001010110101010110101110010001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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