#190B1C

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

Shades of Blackcurrant #190B1C

Tints of Blackcurrant #190B1C

Color information

#190B1C (or 0x190B1C) is unknown color: approx Blackcurrant. HEX triplet: 19, 0B and 1C. RGB value is (25,11,28). Sum of RGB (Red+Green+Blue) = 25+11+28=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #190B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B1C is #E6F4E3. Grayscale: #111111. Windows color (decimal): -15135972 or 1837849. OLE color: 1837849.

HSL color Cylindrical-coordinate representation of color #190B1C: hue angle of 289.41º 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 #190B1C is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB251128-
CMYK0.110.6100.89
HSL289.41º43.59%7.65%-
HSV(B)289.41º60.71%10.98%-
XYZ0.730.531.16-
YUV17.12134.14133.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=39.06%
G=17.19%
B=43.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2511280.110.6100.89289.4143.597.65
Hex19B1CB3D0591212c8
Octal311334137501314415410
Binary110011011111001011111101010110011001000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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