#1A071E

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

Shades of Blackcurrant #1A071E

Tints of Blackcurrant #1A071E

Color information

#1A071E (or 0x1A071E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 07 and 1E. RGB value is (26,7,30). Sum of RGB (Red+Green+Blue) = 26+7+30=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A071E is #E5F8E1. Grayscale: #0F0F0F. Windows color (decimal): -15071458 or 1967898. OLE color: 1967898.

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

Color convert

RGB26730-
CMYK0.130.7700.88
HSL289.57º62.16%7.25%-
HSV(B)289.57º76.67%11.76%-
XYZ0.740.471.28-
YUV15.3136.29135.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=41.27%
G=11.11%
B=47.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal267300.130.7700.88289.5762.167.25
Hex1A71ED4D0581223e7
Octal32736151150130442767
Binary11010111111101101100110101011000100100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,30); }

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

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

 a { background-color: rgb(26,7,30); }

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

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

 span { border-color: rgb(26,7,30); }

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