#130139

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

Shades of Blackcurrant #130139

Tints of Blackcurrant #130139

Color information

#130139 (or 0x130139) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 39. RGB value is (19,1,57). Sum of RGB (Red+Green+Blue) = 19+1+57=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #130139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130139 is #ECFEC6. Grayscale: #0C0C0C. Windows color (decimal): -15531719 or 3735827. OLE color: 3735827.

HSL color Cylindrical-coordinate representation of color #130139: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130139 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB19157-
CMYK0.670.9800.78
HSL259.29º96.55%11.37%-
HSV(B)259.29º98.25%22.35%-
XYZ1.020.463.91-
YUV12.77152.96132.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 57 (22.66% from 255) = 74.03%
R=24.68%
G=1.30%
B=74.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal191570.670.9800.78259.2996.5511.37
Hex13139436204E10361b
Octal23171103142011640314113
Binary100111111001100001111000100100111010000001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130139; }

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

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

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

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

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

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

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

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