#130138

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

Shades of Blackcurrant #130138

Tints of Blackcurrant #130138

Color information

#130138 (or 0x130138) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 38. RGB value is (19,1,56). Sum of RGB (Red+Green+Blue) = 19+1+56=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #130138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130138 is #ECFEC7. Grayscale: #0C0C0C. Windows color (decimal): -15531720 or 3670291. OLE color: 3670291.

HSL color Cylindrical-coordinate representation of color #130138: hue angle of 259.64º degrees, saturation: 0.96, 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 #130138 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB19156-
CMYK0.660.9800.78
HSL259.64º96.49%11.18%-
HSV(B)259.64º98.21%21.96%-
XYZ0.990.453.78-
YUV12.65152.46132.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 56 (22.27% from 255) = 73.68%
R=25%
G=1.32%
B=73.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal191560.660.9800.78259.6496.4911.18
Hex13138426204E10460b
Octal23170102142011640414013
Binary100111111000100001011000100100111010000010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130138; }

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

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

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

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

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

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

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

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