#1A1A1C

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

Shades of Black Russian #1A1A1C

Tints of Black Russian #1A1A1C

Color information

#1A1A1C (or 0x1A1A1C) is unknown color: approx Black Russian. HEX triplet: 1A, 1A and 1C. RGB value is (26,26,28). Sum of RGB (Red+Green+Blue) = 26+26+28=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1A1C is #E5E5E3. Grayscale: #1A1A1A. Windows color (decimal): -15066596 or 1841690. OLE color: 1841690.

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

Color convert

RGB262628-
CMYK0.070.0700.89
HSL240º3.7%10.59%-
HSV(B)240º7.14%10.98%-
XYZ11.041.25-
YUV26.23129127.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 28 (11.33% from 255) = 35%
R=32.5%
G=32.5%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2626280.070.0700.892403.710.59
Hex1A1A1C77059f04b
Octal323234770131360413
Binary11010110101110011111101011001111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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