#190F2C

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

Shades of Blackcurrant #190F2C

Tints of Blackcurrant #190F2C

Color information

#190F2C (or 0x190F2C) is unknown color: approx Blackcurrant. HEX triplet: 19, 0F and 2C. RGB value is (25,15,44). Sum of RGB (Red+Green+Blue) = 25+15+44=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #190F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F2C is #E6F0D3. Grayscale: #151515. Windows color (decimal): -15134932 or 2887449. OLE color: 2887449.

HSL color Cylindrical-coordinate representation of color #190F2C: hue angle of 260.69º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #190F2C is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB251544-
CMYK0.430.6600.83
HSL260.69º49.15%11.57%-
HSV(B)260.69º65.91%17.25%-
XYZ1.030.732.47-
YUV21.3140.81130.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=29.76%
G=17.86%
B=52.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2515440.430.6600.83260.6949.1511.57
Hex19F2C2B4205310531c
Octal3117545310201234056114
Binary1100111111011001010111000010010100111000001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,15,44); }

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

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

 a { background-color: rgb(25,15,44); }

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

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

 span { border-color: rgb(25,15,44); }

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