#130039

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

Shades of Blackcurrant #130039

Tints of Blackcurrant #130039

Color information

#130039 (or 0x130039) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 39. RGB value is (19,0,57). Sum of RGB (Red+Green+Blue) = 19+0+57=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 57 (22.66% from 255 or 75% from 76); Max value from RGB is 57 - color contains mainly: blue. Hex color #130039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130039 is #ECFFC6. Grayscale: #0B0B0B. Windows color (decimal): -15531975 or 3735571. OLE color: 3735571.

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

Color convert

RGB19057-
CMYK0.67100.78
HSL260º100%11.18%-
HSV(B)260º100%22.35%-
XYZ1.010.433.9-
YUV12.18153.29132.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal190570.67100.7826010011.18
Hex13039436404E10464b
Octal23071103144011640414413
Binary100110111001100001111001000100111010000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130039; }

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

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

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

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

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

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

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

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