#13041C

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

Shades of Blackcurrant #13041C

Tints of Blackcurrant #13041C

Color information

#13041C (or 0x13041C) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 1C. RGB value is (19,4,28). Sum of RGB (Red+Green+Blue) = 19+4+28=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #13041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13041C is #ECFBE3. Grayscale: #0B0B0B. Windows color (decimal): -15530980 or 1836051. OLE color: 1836051.

HSL color Cylindrical-coordinate representation of color #13041C: hue angle of 277.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13041C is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB19428-
CMYK0.320.8600.89
HSL277.5º75%6.27%-
HSV(B)277.5º85.71%10.98%-
XYZ0.520.311.13-
YUV11.22137.47133.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=37.25%
G=7.84%
B=54.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal194280.320.8600.89277.5756.27
Hex1341C20560591164b6
Octal234344012601314261136
Binary10011100111001000001010110010110011000101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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