#130025

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

Shades of Blackcurrant #130025

Tints of Blackcurrant #130025

Color information

#130025 (or 0x130025) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 25. RGB value is (19,0,37). Sum of RGB (Red+Green+Blue) = 19+0+37=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #130025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130025 is #ECFFDA. Grayscale: #090909. Windows color (decimal): -15531995 or 2424851. OLE color: 2424851.

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

Color convert

RGB19037-
CMYK0.49100.85
HSL270.81º100%7.25%-
HSV(B)270.81º100%14.51%-
XYZ0.60.271.77-
YUV9.9143.29134.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 66.07%
R=33.93%
G=0%
B=66.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal190370.49100.85270.811007.25
Hex13025316405510f647
Octal230456114401254171447
Binary1001101001011100011100100010101011000011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130025; }

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

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

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

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

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

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

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

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