#130F16

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

Shades of Blackcurrant #130F16

Tints of Blackcurrant #130F16

Color information

#130F16 (or 0x130F16) is unknown color: approx Blackcurrant. HEX triplet: 13, 0F and 16. RGB value is (19,15,22). Sum of RGB (Red+Green+Blue) = 19+15+22=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #130F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F16 is #ECF0E9. Grayscale: #101010. Windows color (decimal): -15528170 or 1445651. OLE color: 1445651.

HSL color Cylindrical-coordinate representation of color #130F16: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #130F16 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191522-
CMYK0.140.3200.91
HSL274.29º18.92%7.25%-
HSV(B)274.29º31.82%8.63%-
XYZ0.580.540.83-
YUV16.99130.83129.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=33.93%
G=26.79%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1915220.140.3200.91274.2918.927.25
Hex13F16E2005B112137
Octal23172616400133422237
Binary1001111111011011101000000101101110001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,15,22); }

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

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

 a { background-color: rgb(19,15,22); }

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

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

 span { border-color: rgb(19,15,22); }

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