#130418

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

Shades of Blackcurrant #130418

Tints of Blackcurrant #130418

Color information

#130418 (or 0x130418) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 18. RGB value is (19,4,24). Sum of RGB (Red+Green+Blue) = 19+4+24=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #130418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130418 is #ECFBE7. Grayscale: #0A0A0A. Windows color (decimal): -15530984 or 1573907. OLE color: 1573907.

HSL color Cylindrical-coordinate representation of color #130418: hue angle of 285º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130418 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19424-
CMYK0.210.8300.91
HSL285º71.43%5.49%-
HSV(B)285º83.33%9.41%-
XYZ0.480.290.9-
YUV10.76135.47133.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=40.43%
G=8.51%
B=51.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal194240.210.8300.9128571.435.49
Hex13418155305B11d475
Octal234302512301334351075
Binary1001110011000101011010011010110111000111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130418; }

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

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

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

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

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

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

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

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