#13001B

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

Shades of Blackcurrant #13001B

Tints of Blackcurrant #13001B

Color information

#13001B (or 0x13001B) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 1B. RGB value is (19,0,27). Sum of RGB (Red+Green+Blue) = 19+0+27=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #13001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13001B is #ECFFE4. Grayscale: #080808. Windows color (decimal): -15532005 or 1769491. OLE color: 1769491.

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

Color convert

RGB19027-
CMYK0.30100.89
HSL282.22º100%5.29%-
HSV(B)282.22º100%10.59%-
XYZ0.470.221.05-
YUV8.76138.29135.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 58.70%
R=41.30%
G=0%
B=58.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal190270.30100.89282.221005.29
Hex1301B1E6405911a645
Octal230333614401314321445
Binary10011011011111101100100010110011000110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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