#130B20

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

Shades of Blackcurrant #130B20

Tints of Blackcurrant #130B20

Color information

#130B20 (or 0x130B20) is unknown color: approx Blackcurrant. HEX triplet: 13, 0B and 20. RGB value is (19,11,32). Sum of RGB (Red+Green+Blue) = 19+11+32=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #130B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B20 is #ECF4DF. Grayscale: #0F0F0F. Windows color (decimal): -15529184 or 2099987. OLE color: 2099987.

HSL color Cylindrical-coordinate representation of color #130B20: hue angle of 262.86º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #130B20 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191132-
CMYK0.410.6600.87
HSL262.86º48.84%8.43%-
HSV(B)262.86º65.62%12.55%-
XYZ0.650.481.43-
YUV15.79137.15130.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=30.65%
G=17.74%
B=51.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1911320.410.6600.87262.8648.848.43
Hex13B202942057107318
Octal2313405110201274076110
Binary1001110111000001010011000010010101111000001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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