#121432

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

Shades of Black Russian #121432

Tints of Black Russian #121432

Color information

#121432 (or 0x121432) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 32. RGB value is (18,20,50). Sum of RGB (Red+Green+Blue) = 18+20+50=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #121432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121432 is #EDEBCD. Grayscale: #161616. Windows color (decimal): -15592398 or 3281938. OLE color: 3281938.

HSL color Cylindrical-coordinate representation of color #121432: hue angle of 236.25º 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 #121432 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182050-
CMYK0.640.6000.80
HSL236.25º47.06%13.33%-
HSV(B)236.25º64%19.61%-
XYZ1.080.863.13-
YUV22.82143.34124.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=20.45%
G=22.73%
B=56.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1820500.640.6000.80236.2547.0613.33
Hex121432403C050ec2fd
Octal2224621007401203545715
Binary1001010100110010100000011110001010000111011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121432; }

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

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

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

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

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

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

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

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