#1A101D

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

Shades of Blackcurrant #1A101D

Tints of Blackcurrant #1A101D

Color information

#1A101D (or 0x1A101D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 1D. RGB value is (26,16,29). Sum of RGB (Red+Green+Blue) = 26+16+29=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A101D is #E5EFE2. Grayscale: #141414. Windows color (decimal): -15069155 or 1904666. OLE color: 1904666.

HSL color Cylindrical-coordinate representation of color #1A101D: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A101D is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB261629-
CMYK0.100.4500.89
HSL286.15º28.89%8.82%-
HSV(B)286.15º44.83%11.37%-
XYZ0.830.681.25-
YUV20.47132.81131.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=36.62%
G=22.54%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2616290.100.4500.89286.1528.898.82
Hex1A101DA2D05911e1d9
Octal322035125501314363511
Binary110101000011101101010110101011001100011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,29); }

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

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

 a { background-color: rgb(26,16,29); }

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

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

 span { border-color: rgb(26,16,29); }

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