#190B1F

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

Shades of Blackcurrant #190B1F

Tints of Blackcurrant #190B1F

Color information

#190B1F (or 0x190B1F) is unknown color: approx Blackcurrant. HEX triplet: 19, 0B and 1F. RGB value is (25,11,31). Sum of RGB (Red+Green+Blue) = 25+11+31=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #190B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B1F is #E6F4E0. Grayscale: #111111. Windows color (decimal): -15135969 or 2034457. OLE color: 2034457.

HSL color Cylindrical-coordinate representation of color #190B1F: hue angle of 282º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #190B1F is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB251131-
CMYK0.190.6500.88
HSL282º47.62%8.24%-
HSV(B)282º64.52%12.16%-
XYZ0.770.541.36-
YUV17.47135.64133.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 11 (4.69% from 255) = 16.42%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=37.31%
G=16.42%
B=46.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2511310.190.6500.8828247.628.24
Hex19B1F134105811a308
Octal3113372310101304326010
Binary11001101111111100111000001010110001000110101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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