#13081E

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

Shades of Blackcurrant #13081E

Tints of Blackcurrant #13081E

Color information

#13081E (or 0x13081E) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 1E. RGB value is (19,8,30). Sum of RGB (Red+Green+Blue) = 19+8+30=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #13081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081E is #ECF7E1. Grayscale: #0D0D0D. Windows color (decimal): -15529954 or 1968147. OLE color: 1968147.

HSL color Cylindrical-coordinate representation of color #13081E: hue angle of 270º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13081E is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB19830-
CMYK0.370.7300.88
HSL270º57.89%7.45%-
HSV(B)270º73.33%11.76%-
XYZ0.590.411.28-
YUV13.8137.14131.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 30 (12.11% from 255) = 52.63%
R=33.33%
G=14.04%
B=52.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal198300.370.7300.8827057.897.45
Hex1381E254905810e3a7
Octal231036451110130416727
Binary10011100011110100101100100101011000100001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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