#130036

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

Shades of Blackcurrant #130036

Tints of Blackcurrant #130036

Color information

#130036 (or 0x130036) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 36. RGB value is (19,0,54). Sum of RGB (Red+Green+Blue) = 19+0+54=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #130036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130036 is #ECFFC9. Grayscale: #0B0B0B. Windows color (decimal): -15531978 or 3538963. OLE color: 3538963.

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

Color convert

RGB19054-
CMYK0.65100.79
HSL261.11º100%10.59%-
HSV(B)261.11º100%21.18%-
XYZ0.930.43.52-
YUV11.84151.79133.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 73.97%
R=26.03%
G=0%
B=73.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal190540.65100.79261.1110010.59
Hex13036416404F10564b
Octal23066101144011740514413
Binary100110110110100000111001000100111110000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130036; }

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

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

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

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

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

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

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

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