#130336

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

Shades of Blackcurrant #130336

Tints of Blackcurrant #130336

Color information

#130336 (or 0x130336) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 36. RGB value is (19,3,54). Sum of RGB (Red+Green+Blue) = 19+3+54=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #130336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130336 is #ECFCC9. Grayscale: #0D0D0D. Windows color (decimal): -15531210 or 3539731. OLE color: 3539731.

HSL color Cylindrical-coordinate representation of color #130336: hue angle of 258.82º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130336 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB19354-
CMYK0.650.9400.79
HSL258.82º89.47%11.18%-
HSV(B)258.82º94.44%21.18%-
XYZ0.970.473.53-
YUV13.6150.8131.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 54 (21.48% from 255) = 71.05%
R=25%
G=3.95%
B=71.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal193540.650.9400.79258.8289.4711.18
Hex13336415E04F10359b
Octal23366101136011740313113
Binary1001111110110100000110111100100111110000001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130336; }

 p { color: rgb(19,3,54); }

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

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

 a { background-color: rgb(19,3,54); }

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

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

 span { border-color: rgb(19,3,54); }

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