#130124

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

Shades of Blackcurrant #130124

Tints of Blackcurrant #130124

Color information

#130124 (or 0x130124) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 24. RGB value is (19,1,36). Sum of RGB (Red+Green+Blue) = 19+1+36=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #130124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130124 is #ECFEDB. Grayscale: #0A0A0A. Windows color (decimal): -15531740 or 2359571. OLE color: 2359571.

HSL color Cylindrical-coordinate representation of color #130124: hue angle of 270.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130124 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB19136-
CMYK0.470.9700.86
HSL270.86º94.59%7.25%-
HSV(B)270.86º97.22%14.12%-
XYZ0.60.291.69-
YUV10.37142.46134.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 36 (14.45% from 255) = 64.29%
R=33.93%
G=1.79%
B=64.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal191360.470.9700.86270.8694.597.25
Hex131242F6105610f5f7
Octal231445714101264171377
Binary1001111001001011111100001010101101000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130124; }

 p { color: rgb(19,1,36); }

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

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

 a { background-color: rgb(19,1,36); }

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

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

 span { border-color: rgb(19,1,36); }

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