#130216

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

Shades of Blackcurrant #130216

Tints of Blackcurrant #130216

Color information

#130216 (or 0x130216) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 16. RGB value is (19,2,22). Sum of RGB (Red+Green+Blue) = 19+2+22=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #130216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130216 is #ECFDE9. Grayscale: #090909. Windows color (decimal): -15531498 or 1442323. OLE color: 1442323.

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

Color convert

RGB19222-
CMYK0.140.9100.91
HSL291º83.33%4.71%-
HSV(B)291º90.91%8.63%-
XYZ0.440.240.78-
YUV9.36135.13134.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=44.19%
G=4.65%
B=51.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192220.140.9100.9129183.334.71
Hex13216E5B05B123535
Octal232261613301334431235
Binary10011101011011101011011010110111001000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130216; }

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

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

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

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

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

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

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

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