#121532

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

Shades of Black Russian #121532

Tints of Black Russian #121532

Color information

#121532 (or 0x121532) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 32. RGB value is (18,21,50). Sum of RGB (Red+Green+Blue) = 18+21+50=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #121532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121532 is #EDEACD. Grayscale: #171717. Windows color (decimal): -15592142 or 3282194. OLE color: 3282194.

HSL color Cylindrical-coordinate representation of color #121532: hue angle of 234.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121532 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182150-
CMYK0.640.5800.80
HSL234.38º47.06%13.33%-
HSV(B)234.38º64%19.61%-
XYZ1.090.93.13-
YUV23.41143.01124.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 50 (19.92% from 255) = 56.18%
R=20.22%
G=23.60%
B=56.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1821500.640.5800.80234.3847.0613.33
Hex121532403A050ea2fd
Octal2225621007201203525715
Binary1001010101110010100000011101001010000111010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121532; }

 p { color: rgb(18,21,50); }

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

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

 a { background-color: rgb(18,21,50); }

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

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

 span { border-color: rgb(18,21,50); }

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