#19061F

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

Shades of Blackcurrant #19061F

Tints of Blackcurrant #19061F

Color information

#19061F (or 0x19061F) is unknown color: approx Blackcurrant. HEX triplet: 19, 06 and 1F. RGB value is (25,6,31). Sum of RGB (Red+Green+Blue) = 25+6+31=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #19061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19061F is #E6F9E0. Grayscale: #0E0E0E. Windows color (decimal): -15137249 or 2033177. OLE color: 2033177.

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

Color convert

RGB25631-
CMYK0.190.8100.88
HSL285.6º67.57%7.25%-
HSV(B)285.6º80.65%12.16%-
XYZ0.710.441.34-
YUV14.53137.29135.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 31 (12.5% from 255) = 50%
R=40.32%
G=9.68%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal256310.190.8100.88285.667.577.25
Hex1961F135105811e447
Octal316372312101304361047
Binary1100111011111100111010001010110001000111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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