#130417

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

Shades of Blackcurrant #130417

Tints of Blackcurrant #130417

Color information

#130417 (or 0x130417) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 17. RGB value is (19,4,23). Sum of RGB (Red+Green+Blue) = 19+4+23=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #130417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130417 is #ECFBE8. Grayscale: #0A0A0A. Windows color (decimal): -15530985 or 1508371. OLE color: 1508371.

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

Color convert

RGB19423-
CMYK0.170.8300.91
HSL287.37º70.37%5.29%-
HSV(B)287.37º82.61%9.02%-
XYZ0.470.290.84-
YUV10.65134.97133.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 23 (9.38% from 255) = 50%
R=41.30%
G=8.70%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal194230.170.8300.91287.3770.375.29
Hex13417115305B11f465
Octal234272112301334371065
Binary1001110010111100011010011010110111000111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130417; }

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

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

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

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

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

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

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

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