#13051B

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

Shades of Blackcurrant #13051B

Tints of Blackcurrant #13051B

Color information

#13051B (or 0x13051B) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 1B. RGB value is (19,5,27). Sum of RGB (Red+Green+Blue) = 19+5+27=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #13051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13051B is #ECFAE4. Grayscale: #0B0B0B. Windows color (decimal): -15530725 or 1770771. OLE color: 1770771.

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

Color convert

RGB19527-
CMYK0.300.8100.89
HSL278.18º68.75%6.27%-
HSV(B)278.18º81.48%10.59%-
XYZ0.520.331.07-
YUV11.69136.64133.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=37.25%
G=9.80%
B=52.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal195270.300.8100.89278.1868.756.27
Hex1351B1E51059116456
Octal235333612101314261056
Binary1001110111011111101010001010110011000101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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