#13022C

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

Shades of Blackcurrant #13022C

Tints of Blackcurrant #13022C

Color information

#13022C (or 0x13022C) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 2C. RGB value is (19,2,44). Sum of RGB (Red+Green+Blue) = 19+2+44=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #13022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13022C is #ECFDD3. Grayscale: #0B0B0B. Windows color (decimal): -15531476 or 2884115. OLE color: 2884115.

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

Color convert

RGB19244-
CMYK0.570.9500.83
HSL264.29º91.3%9.02%-
HSV(B)264.29º95.45%17.25%-
XYZ0.740.362.41-
YUV11.87146.13133.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 2 (1.17% from 255) = 3.08%
BLUE value IS 44 (17.58% from 255) = 67.69%
R=29.23%
G=3.08%
B=67.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal192440.570.9500.83264.2991.39.02
Hex1322C395F0531085b9
Octal2325471137012341013311
Binary100111010110011100110111110101001110000100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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