#13091F

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

Shades of Blackcurrant #13091F

Tints of Blackcurrant #13091F

Color information

#13091F (or 0x13091F) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 1F. RGB value is (19,9,31). Sum of RGB (Red+Green+Blue) = 19+9+31=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #13091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091F is #ECF6E0. Grayscale: #0E0E0E. Windows color (decimal): -15529697 or 2033939. OLE color: 2033939.

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

Color convert

RGB19931-
CMYK0.390.7100.88
HSL267.27º55%7.84%-
HSV(B)267.27º70.97%12.16%-
XYZ0.610.431.35-
YUV14.5137.31131.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=32.20%
G=15.25%
B=52.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal199310.390.7100.88267.27557.84
Hex1391F274705810b378
Octal2311374710701304136710
Binary100111001111111001111000111010110001000010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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