#13012C

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

Shades of Blackcurrant #13012C

Tints of Blackcurrant #13012C

Color information

#13012C (or 0x13012C) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 2C. RGB value is (19,1,44). Sum of RGB (Red+Green+Blue) = 19+1+44=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #13012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13012C is #ECFED3. Grayscale: #0B0B0B. Windows color (decimal): -15531732 or 2883859. OLE color: 2883859.

HSL color Cylindrical-coordinate representation of color #13012C: hue angle of 265.12º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13012C is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB19144-
CMYK0.570.9800.83
HSL265.12º95.56%8.82%-
HSV(B)265.12º97.73%17.25%-
XYZ0.730.342.41-
YUV11.28146.46133.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 44 (17.58% from 255) = 68.75%
R=29.69%
G=1.56%
B=68.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal191440.570.9800.83265.1295.568.82
Hex1312C3962053109609
Octal2315471142012341114011
Binary10011110110011100111000100101001110000100111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13012C; }

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

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

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

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

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

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

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

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