#130D18

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

Shades of Blackcurrant #130D18

Tints of Blackcurrant #130D18

Color information

#130D18 (or 0x130D18) is unknown color: approx Blackcurrant. HEX triplet: 13, 0D and 18. RGB value is (19,13,24). Sum of RGB (Red+Green+Blue) = 19+13+24=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #130D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D18 is #ECF2E7. Grayscale: #101010. Windows color (decimal): -15528680 or 1576211. OLE color: 1576211.

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

Color convert

RGB191324-
CMYK0.210.4600.91
HSL272.73º29.73%7.25%-
HSV(B)272.73º45.83%9.41%-
XYZ0.580.490.93-
YUV16.05132.49130.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=33.93%
G=23.21%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1913240.210.4600.91272.7329.737.25
Hex13D18152E05B1111e7
Octal23153025560133421367
Binary10011110111000101011011100101101110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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