#130224

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

Shades of Blackcurrant #130224

Tints of Blackcurrant #130224

Color information

#130224 (or 0x130224) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 24. RGB value is (19,2,36). Sum of RGB (Red+Green+Blue) = 19+2+36=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #130224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130224 is #ECFDDB. Grayscale: #0A0A0A. Windows color (decimal): -15531484 or 2359827. OLE color: 2359827.

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

Color convert

RGB19236-
CMYK0.470.9400.86
HSL270º89.47%7.45%-
HSV(B)270º94.44%14.12%-
XYZ0.610.311.7-
YUV10.96142.13133.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 36 (14.45% from 255) = 63.16%
R=33.33%
G=3.51%
B=63.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal192360.470.9400.8627089.477.45
Hex132242F5E05610e597
Octal232445713601264161317
Binary10011101001001011111011110010101101000011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130224; }

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

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

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

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

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

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

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

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