#13001F

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

Shades of Blackcurrant #13001F

Tints of Blackcurrant #13001F

Color information

#13001F (or 0x13001F) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 1F. RGB value is (19,0,31). Sum of RGB (Red+Green+Blue) = 19+0+31=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #13001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13001F is #ECFFE0. Grayscale: #090909. Windows color (decimal): -15532001 or 2031635. OLE color: 2031635.

HSL color Cylindrical-coordinate representation of color #13001F: hue angle of 276.77º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13001F is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB19031-
CMYK0.39100.88
HSL276.77º100%6.08%-
HSV(B)276.77º100%12.16%-
XYZ0.520.241.31-
YUV9.22140.29134.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 62%
R=38%
G=0%
B=62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal190310.39100.88276.771006.08
Hex1301F2764058115646
Octal230374714401304251446
Binary100110111111001111100100010110001000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13001F; }

 p { color: rgb(19,0,31); }

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

<style>
 a { background-color: #13001F; }

 a { background-color: rgb(19,0,31); }

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

<style>
 span { border-color: #13001F; }

 span { border-color: rgb(19,0,31); }

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