#1A1A2C

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

Shades of Black Russian #1A1A2C

Tints of Black Russian #1A1A2C

Color information

#1A1A2C (or 0x1A1A2C) is unknown color: approx Black Russian. HEX triplet: 1A, 1A and 2C. RGB value is (26,26,44). Sum of RGB (Red+Green+Blue) = 26+26+44=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #1A1A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1A2C is #E5E5D3. Grayscale: #1B1B1B. Windows color (decimal): -15066580 or 2890266. OLE color: 2890266.

HSL color Cylindrical-coordinate representation of color #1A1A2C: hue angle of 240º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A1A2C is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB262644-
CMYK0.410.4100.83
HSL240º25.71%13.73%-
HSV(B)240º40.91%17.25%-
XYZ1.251.142.54-
YUV28.05137126.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.08%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=27.08%
G=27.08%
B=45.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2626440.410.4100.8324025.7113.73
Hex1A1A2C2929053f01ae
Octal323254515101233603216
Binary11010110101011001010011010010101001111110000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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