#13042A

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

Shades of Blackcurrant #13042A

Tints of Blackcurrant #13042A

Color information

#13042A (or 0x13042A) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 2A. RGB value is (19,4,42). Sum of RGB (Red+Green+Blue) = 19+4+42=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #13042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13042A is #ECFBD5. Grayscale: #0C0C0C. Windows color (decimal): -15530966 or 2753555. OLE color: 2753555.

HSL color Cylindrical-coordinate representation of color #13042A: hue angle of 263.68º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13042A is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB19442-
CMYK0.550.9000.84
HSL263.68º82.61%9.02%-
HSV(B)263.68º90.48%16.47%-
XYZ0.730.392.23-
YUV12.82144.47132.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 42 (16.80% from 255) = 64.62%
R=29.23%
G=6.15%
B=64.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194420.550.9000.84263.6882.619.02
Hex1342A375A054108539
Octal2345267132012441012311
Binary1001110010101011011110110100101010010000100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,4,42); }

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

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

 a { background-color: rgb(19,4,42); }

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

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

 span { border-color: rgb(19,4,42); }

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