#19031F

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

Shades of Blackcurrant #19031F

Tints of Blackcurrant #19031F

Color information

#19031F (or 0x19031F) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 1F. RGB value is (25,3,31). Sum of RGB (Red+Green+Blue) = 25+3+31=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #19031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19031F is #E6FCE0. Grayscale: #0C0C0C. Windows color (decimal): -15138017 or 2032409. OLE color: 2032409.

HSL color Cylindrical-coordinate representation of color #19031F: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19031F is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB25331-
CMYK0.190.9000.88
HSL287.14º82.35%6.67%-
HSV(B)287.14º90.32%12.16%-
XYZ0.680.371.33-
YUV12.77138.29136.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=42.37%
G=5.08%
B=52.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal253310.190.9000.88287.1482.356.67
Hex1931F135A05811f527
Octal313372313201304371227
Binary110011111111100111011010010110001000111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19031F; }

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

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

<style>
 a { background-color: #19031F; }

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

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

<style>
 span { border-color: #19031F; }

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

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