#19071D

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

Shades of Blackcurrant #19071D

Tints of Blackcurrant #19071D

Color information

#19071D (or 0x19071D) is unknown color: approx Blackcurrant. HEX triplet: 19, 07 and 1D. RGB value is (25,7,29). Sum of RGB (Red+Green+Blue) = 25+7+29=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #19071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19071D is #E6F8E2. Grayscale: #0E0E0E. Windows color (decimal): -15136995 or 1902361. OLE color: 1902361.

HSL color Cylindrical-coordinate representation of color #19071D: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19071D is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB25729-
CMYK0.140.7600.89
HSL289.09º61.11%7.06%-
HSV(B)289.09º75.86%11.37%-
XYZ0.70.451.21-
YUV14.89135.96135.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.98%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=40.98%
G=11.48%
B=47.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal257290.140.7600.89289.0961.117.06
Hex1971DE4C0591213d7
Octal31735161140131441757
Binary11001111111011110100110001011001100100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19071D; }

 p { color: rgb(25,7,29); }

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

<style>
 a { background-color: #19071D; }

 a { background-color: rgb(25,7,29); }

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

<style>
 span { border-color: #19071D; }

 span { border-color: rgb(25,7,29); }

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