#1A121D

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

Shades of Blackcurrant #1A121D

Tints of Blackcurrant #1A121D

Color information

#1A121D (or 0x1A121D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 12 and 1D. RGB value is (26,18,29). Sum of RGB (Red+Green+Blue) = 26+18+29=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121D is #E5EDE2. Grayscale: #151515. Windows color (decimal): -15068643 or 1905178. OLE color: 1905178.

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

Color convert

RGB261829-
CMYK0.100.3800.89
HSL283.64º23.4%9.22%-
HSV(B)283.64º37.93%11.37%-
XYZ0.860.741.26-
YUV21.65132.15131.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=35.62%
G=24.66%
B=39.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2618290.100.3800.89283.6423.49.22
Hex1A121DA2605911c179
Octal322235124601314342711
Binary110101001011101101010011001011001100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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