#1A101E

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

Shades of Blackcurrant #1A101E

Tints of Blackcurrant #1A101E

Color information

#1A101E (or 0x1A101E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 1E. RGB value is (26,16,30). Sum of RGB (Red+Green+Blue) = 26+16+30=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A101E is #E5EFE1. Grayscale: #141414. Windows color (decimal): -15069154 or 1970202. OLE color: 1970202.

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

Color convert

RGB261630-
CMYK0.130.4700.88
HSL282.86º30.43%9.02%-
HSV(B)282.86º46.67%11.76%-
XYZ0.850.681.32-
YUV20.59133.31131.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=36.11%
G=22.22%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2616300.130.4700.88282.8630.439.02
Hex1A101ED2F05811b1e9
Octal322036155701304333611
Binary110101000011110110110111101011000100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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