#130A25

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

Shades of Blackcurrant #130A25

Tints of Blackcurrant #130A25

Color information

#130A25 (or 0x130A25) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 25. RGB value is (19,10,37). Sum of RGB (Red+Green+Blue) = 19+10+37=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #130A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A25 is #ECF5DA. Grayscale: #0F0F0F. Windows color (decimal): -15529435 or 2427411. OLE color: 2427411.

HSL color Cylindrical-coordinate representation of color #130A25: hue angle of 260º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #130A25 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB191037-
CMYK0.490.7300.85
HSL260º57.45%9.22%-
HSV(B)260º72.97%14.51%-
XYZ0.710.491.81-
YUV15.77139.98130.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=28.79%
G=15.15%
B=56.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1910370.490.7300.8526057.459.22
Hex13A253149055104399
Octal2312456111101254047111
Binary1001110101001011100011001001010101011000001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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