#1A101C

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

Shades of Blackcurrant #1A101C

Tints of Blackcurrant #1A101C

Color information

#1A101C (or 0x1A101C) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 1C. RGB value is (26,16,28). Sum of RGB (Red+Green+Blue) = 26+16+28=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A101C is #E5EFE3. Grayscale: #141414. Windows color (decimal): -15069156 or 1839130. OLE color: 1839130.

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

Color convert

RGB261628-
CMYK0.070.4300.89
HSL290º27.27%8.63%-
HSV(B)290º42.86%10.98%-
XYZ0.820.671.19-
YUV20.36132.31132.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 28 (11.33% from 255) = 40%
R=37.14%
G=22.86%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2616280.070.4300.8929027.278.63
Hex1A101C72B0591221b9
Octal32203475301314423311
Binary11010100001110011110101101011001100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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