#130217

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

Shades of Blackcurrant #130217

Tints of Blackcurrant #130217

Color information

#130217 (or 0x130217) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 17. RGB value is (19,2,23). Sum of RGB (Red+Green+Blue) = 19+2+23=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #130217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130217 is #ECFDE8. Grayscale: #090909. Windows color (decimal): -15531497 or 1507859. OLE color: 1507859.

HSL color Cylindrical-coordinate representation of color #130217: hue angle of 288.57º degrees, saturation: 0.84, 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 #130217 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19223-
CMYK0.170.9100.91
HSL288.57º84%4.9%-
HSV(B)288.57º91.3%9.02%-
XYZ0.440.240.83-
YUV9.48135.63134.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=43.18%
G=4.55%
B=52.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192230.170.9100.91288.57844.9
Hex13217115B05B121545
Octal232272113301334411245
Binary100111010111100011011011010110111001000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130217; }

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

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

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

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

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

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

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

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