#13091B

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

Shades of Blackcurrant #13091B

Tints of Blackcurrant #13091B

Color information

#13091B (or 0x13091B) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 1B. RGB value is (19,9,27). Sum of RGB (Red+Green+Blue) = 19+9+27=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #13091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091B is #ECF6E4. Grayscale: #0D0D0D. Windows color (decimal): -15529701 or 1771795. OLE color: 1771795.

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

Color convert

RGB19927-
CMYK0.300.6700.89
HSL273.33º50%7.06%-
HSV(B)273.33º66.67%10.59%-
XYZ0.560.411.09-
YUV14.04135.31131.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=34.55%
G=16.36%
B=49.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal199270.300.6700.89273.33507.06
Hex1391B1E43059111327
Octal231133361030131421627
Binary1001110011101111110100001101011001100010001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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