#130917

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

Shades of Blackcurrant #130917

Tints of Blackcurrant #130917

Color information

#130917 (or 0x130917) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 17. RGB value is (19,9,23). Sum of RGB (Red+Green+Blue) = 19+9+23=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #130917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130917 is #ECF6E8. Grayscale: #0D0D0D. Windows color (decimal): -15529705 or 1509651. OLE color: 1509651.

HSL color Cylindrical-coordinate representation of color #130917: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #130917 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19923-
CMYK0.170.6100.91
HSL282.86º43.75%6.27%-
HSV(B)282.86º60.87%9.02%-
XYZ0.520.40.86-
YUV13.59133.31131.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=37.25%
G=17.65%
B=45.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal199230.170.6100.91282.8643.756.27
Hex13917113D05B11b2c6
Octal23112721750133433546
Binary100111001101111000111110101011011100011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130917; }

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

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

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

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

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

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

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

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