#13051C

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

Shades of Blackcurrant #13051C

Tints of Blackcurrant #13051C

Color information

#13051C (or 0x13051C) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 1C. RGB value is (19,5,28). Sum of RGB (Red+Green+Blue) = 19+5+28=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #13051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13051C is #ECFAE3. Grayscale: #0B0B0B. Windows color (decimal): -15530724 or 1836307. OLE color: 1836307.

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

Color convert

RGB19528-
CMYK0.320.8200.89
HSL276.52º69.7%6.47%-
HSV(B)276.52º82.14%10.98%-
XYZ0.530.331.13-
YUV11.81137.14133.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 28 (11.33% from 255) = 53.85%
R=36.54%
G=9.62%
B=53.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal195280.320.8200.89276.5269.76.47
Hex1351C2052059115466
Octal235344012201314251066
Binary10011101111001000001010010010110011000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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