#190D1C

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

Shades of Blackcurrant #190D1C

Tints of Blackcurrant #190D1C

Color information

#190D1C (or 0x190D1C) is unknown color: approx Blackcurrant. HEX triplet: 19, 0D and 1C. RGB value is (25,13,28). Sum of RGB (Red+Green+Blue) = 25+13+28=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #190D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D1C is #E6F2E3. Grayscale: #121212. Windows color (decimal): -15135460 or 1838361. OLE color: 1838361.

HSL color Cylindrical-coordinate representation of color #190D1C: hue angle of 288º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #190D1C is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB251328-
CMYK0.110.5400.89
HSL288º36.59%8.04%-
HSV(B)288º53.57%10.98%-
XYZ0.750.581.17-
YUV18.3133.48132.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=37.88%
G=19.70%
B=42.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2513280.110.5400.8928836.598.04
Hex19D1CB36059120258
Octal311534136601314404510
Binary110011101111001011110110010110011001000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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