#130B1B

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

Shades of Blackcurrant #130B1B

Tints of Blackcurrant #130B1B

Color information

#130B1B (or 0x130B1B) is unknown color: approx Blackcurrant. HEX triplet: 13, 0B and 1B. RGB value is (19,11,27). Sum of RGB (Red+Green+Blue) = 19+11+27=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #130B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B1B is #ECF4E4. Grayscale: #0F0F0F. Windows color (decimal): -15529189 or 1772307. OLE color: 1772307.

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

Color convert

RGB191127-
CMYK0.300.5900.89
HSL270º42.11%7.45%-
HSV(B)270º59.26%10.59%-
XYZ0.590.461.09-
YUV15.22134.65130.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 19.30%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=33.33%
G=19.30%
B=47.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1911270.300.5900.8927042.117.45
Hex13B1B1E3B05910e2a7
Octal23133336730131416527
Binary100111011110111111011101101011001100001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130B1B; }

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

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

<style>
 a { background-color: #130B1B; }

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

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

<style>
 span { border-color: #130B1B; }

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

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