#130E14

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

Shades of Blackcurrant #130E14

Tints of Blackcurrant #130E14

Color information

#130E14 (or 0x130E14) is unknown color: approx Blackcurrant. HEX triplet: 13, 0E and 14. RGB value is (19,14,20). Sum of RGB (Red+Green+Blue) = 19+14+20=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #130E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E14 is #ECF1EB. Grayscale: #101010. Windows color (decimal): -15528428 or 1314323. OLE color: 1314323.

HSL color Cylindrical-coordinate representation of color #130E14: hue angle of 290º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #130E14 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB191420-
CMYK0.050.3000.92
HSL290º17.65%6.67%-
HSV(B)290º30%7.84%-
XYZ0.550.50.73-
YUV16.18130.16130.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=35.85%
G=26.42%
B=37.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1914200.050.3000.9229017.656.67
Hex13E1451E05C122127
Octal2316245360134442227
Binary10011111010100101111100101110010010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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