#130A24

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

Shades of Blackcurrant #130A24

Tints of Blackcurrant #130A24

Color information

#130A24 (or 0x130A24) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 24. RGB value is (19,10,36). Sum of RGB (Red+Green+Blue) = 19+10+36=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #130A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A24 is #ECF5DB. Grayscale: #0F0F0F. Windows color (decimal): -15529436 or 2361875. OLE color: 2361875.

HSL color Cylindrical-coordinate representation of color #130A24: hue angle of 260.77º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130A24 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191036-
CMYK0.470.7200.86
HSL260.77º56.52%9.02%-
HSV(B)260.77º72.22%14.12%-
XYZ0.70.481.73-
YUV15.65139.48130.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=29.23%
G=15.38%
B=55.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1910360.470.7200.86260.7756.529.02
Hex13A242F48056105399
Octal2312445711001264057111
Binary1001110101001001011111001000010101101000001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A24; }

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

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

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

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

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

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

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

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