#13081F

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

Shades of Blackcurrant #13081F

Tints of Blackcurrant #13081F

Color information

#13081F (or 0x13081F) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 1F. RGB value is (19,8,31). Sum of RGB (Red+Green+Blue) = 19+8+31=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #13081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081F is #ECF7E0. Grayscale: #0D0D0D. Windows color (decimal): -15529953 or 2033683. OLE color: 2033683.

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

Color convert

RGB19831-
CMYK0.390.7400.88
HSL268.7º58.97%7.65%-
HSV(B)268.7º74.19%12.16%-
XYZ0.60.411.34-
YUV13.91137.64131.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=32.76%
G=13.79%
B=53.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal198310.390.7400.88268.758.977.65
Hex1381F274A05810d3b8
Octal2310374711201304157310
Binary100111000111111001111001010010110001000011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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