#130B1C

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

Shades of Blackcurrant #130B1C

Tints of Blackcurrant #130B1C

Color information

#130B1C (or 0x130B1C) is unknown color: approx Blackcurrant. HEX triplet: 13, 0B and 1C. RGB value is (19,11,28). Sum of RGB (Red+Green+Blue) = 19+11+28=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #130B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B1C is #ECF4E3. Grayscale: #0F0F0F. Windows color (decimal): -15529188 or 1837843. OLE color: 1837843.

HSL color Cylindrical-coordinate representation of color #130B1C: hue angle of 268.24º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #130B1C is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191128-
CMYK0.320.6100.89
HSL268.24º43.59%7.65%-
HSV(B)268.24º60.71%10.98%-
XYZ0.60.461.16-
YUV15.33135.15130.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=32.76%
G=18.97%
B=48.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1911280.320.6100.89268.2443.597.65
Hex13B1C203D05910c2c8
Octal231334407501314145410
Binary10011101111100100000111101010110011000011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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