#130218

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

Shades of Blackcurrant #130218

Tints of Blackcurrant #130218

Color information

#130218 (or 0x130218) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 18. RGB value is (19,2,24). Sum of RGB (Red+Green+Blue) = 19+2+24=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #130218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130218 is #ECFDE7. Grayscale: #090909. Windows color (decimal): -15531496 or 1573395. OLE color: 1573395.

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

Color convert

RGB19224-
CMYK0.210.9200.91
HSL286.36º84.62%5.1%-
HSV(B)286.36º91.67%9.41%-
XYZ0.460.250.89-
YUV9.59136.13134.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=42.22%
G=4.44%
B=53.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192240.210.9200.91286.3684.625.1
Hex13218155C05B11e555
Octal232302513401334361255
Binary100111011000101011011100010110111000111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130218; }

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

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

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

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

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

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

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

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