#13003A

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

Shades of Blackcurrant #13003A

Tints of Blackcurrant #13003A

Color information

#13003A (or 0x13003A) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 3A. RGB value is (19,0,58). Sum of RGB (Red+Green+Blue) = 19+0+58=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #13003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13003A is #ECFFC5. Grayscale: #0C0C0C. Windows color (decimal): -15531974 or 3801107. OLE color: 3801107.

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

Color convert

RGB19058-
CMYK0.67100.77
HSL259.66º100%11.37%-
HSV(B)259.66º100%22.75%-
XYZ1.030.444.03-
YUV12.29153.79132.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 75.32%
R=24.68%
G=0%
B=75.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal190580.67100.77259.6610011.37
Hex1303A436404D10464b
Octal23072103144011540414413
Binary100110111010100001111001000100110110000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13003A; }

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

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

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

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

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

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

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

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