#1A041F

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

Shades of Blackcurrant #1A041F

Tints of Blackcurrant #1A041F

Color information

#1A041F (or 0x1A041F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 04 and 1F. RGB value is (26,4,31). Sum of RGB (Red+Green+Blue) = 26+4+31=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041F is #E5FBE0. Grayscale: #0D0D0D. Windows color (decimal): -15072225 or 2032666. OLE color: 2032666.

HSL color Cylindrical-coordinate representation of color #1A041F: hue angle of 288.89º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A041F is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB26431-
CMYK0.160.8700.88
HSL288.89º77.14%6.86%-
HSV(B)288.89º87.1%12.16%-
XYZ0.720.411.34-
YUV13.66137.79136.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=42.62%
G=6.56%
B=50.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal264310.160.8700.88288.8977.146.86
Hex1A41F10570581214d7
Octal324372012701304411157
Binary1101010011111100001010111010110001001000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A041F; }

 p { color: rgb(26,4,31); }

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

<style>
 a { background-color: #1A041F; }

 a { background-color: rgb(26,4,31); }

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

<style>
 span { border-color: #1A041F; }

 span { border-color: rgb(26,4,31); }

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