#1A1C32

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

Shades of Black Russian #1A1C32

Tints of Black Russian #1A1C32

Color information

#1A1C32 (or 0x1A1C32) is unknown color: approx Black Russian. HEX triplet: 1A, 1C and 32. RGB value is (26,28,50). Sum of RGB (Red+Green+Blue) = 26+28+50=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A1C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1C32 is #E5E3CD. Grayscale: #1D1D1D. Windows color (decimal): -15066062 or 3283994. OLE color: 3283994.

HSL color Cylindrical-coordinate representation of color #1A1C32: hue angle of 235º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A1C32 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB262850-
CMYK0.480.4400.80
HSL235º31.58%14.9%-
HSV(B)235º48%19.61%-
XYZ1.421.283.19-
YUV29.91139.34125.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=25%
G=26.92%
B=48.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2628500.480.4400.8023531.5814.9
Hex1A1C32302C050eb20f
Octal323462605401203534017
Binary110101110011001011000010110001010000111010111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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