#1A0D1C

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

Shades of Blackcurrant #1A0D1C

Tints of Blackcurrant #1A0D1C

Color information

#1A0D1C (or 0x1A0D1C) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0D and 1C. RGB value is (26,13,28). Sum of RGB (Red+Green+Blue) = 26+13+28=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0D1C is #E5F2E3. Grayscale: #121212. Windows color (decimal): -15069924 or 1838362. OLE color: 1838362.

HSL color Cylindrical-coordinate representation of color #1A0D1C: hue angle of 292º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0D1C is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB261328-
CMYK0.070.5400.89
HSL292º36.59%8.04%-
HSV(B)292º53.57%10.98%-
XYZ0.780.591.17-
YUV18.6133.31133.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.81%
GREEN value IS 13 (5.47% from 255) = 19.40%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=38.81%
G=19.40%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2613280.070.5400.8929236.598.04
Hex1AD1C736059124258
Octal32153476601314444510
Binary11010110111100111110110010110011001001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,28); }

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

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

 a { background-color: rgb(26,13,28); }

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

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

 span { border-color: rgb(26,13,28); }

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