#13022D

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

Shades of Blackcurrant #13022D

Tints of Blackcurrant #13022D

Color information

#13022D (or 0x13022D) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 2D. RGB value is (19,2,45). Sum of RGB (Red+Green+Blue) = 19+2+45=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #13022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13022D is #ECFDD2. Grayscale: #0B0B0B. Windows color (decimal): -15531475 or 2949651. OLE color: 2949651.

HSL color Cylindrical-coordinate representation of color #13022D: hue angle of 263.72º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13022D is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB19245-
CMYK0.580.9600.82
HSL263.72º91.49%9.22%-
HSV(B)263.72º95.56%17.65%-
XYZ0.760.372.51-
YUV11.98146.63133-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 45 (17.97% from 255) = 68.18%
R=28.79%
G=3.03%
B=68.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal192450.580.9600.82263.7291.499.22
Hex1322D3A600521085b9
Octal2325572140012241013311
Binary100111010110111101011000000101001010000100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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