#130D14

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

Shades of Blackcurrant #130D14

Tints of Blackcurrant #130D14

Color information

#130D14 (or 0x130D14) is unknown color: approx Blackcurrant. HEX triplet: 13, 0D and 14. RGB value is (19,13,20). Sum of RGB (Red+Green+Blue) = 19+13+20=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #130D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D14 is #ECF2EB. Grayscale: #0F0F0F. Windows color (decimal): -15528684 or 1314067. OLE color: 1314067.

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

Color convert

RGB191320-
CMYK0.050.3500.92
HSL291.43º21.21%6.47%-
HSV(B)291.43º35%7.84%-
XYZ0.540.480.73-
YUV15.59130.49130.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=36.54%
G=25%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1913200.050.3500.92291.4321.216.47
Hex13D1452305C123156
Octal2315245430134443256
Binary100111101101001011000110101110010010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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