#141632

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

Shades of Black Russian #141632

Tints of Black Russian #141632

Color information

#141632 (or 0x141632) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 32. RGB value is (20,22,50). Sum of RGB (Red+Green+Blue) = 20+22+50=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #141632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141632 is #EBE9CD. Grayscale: #181818. Windows color (decimal): -15460814 or 3282452. OLE color: 3282452.

HSL color Cylindrical-coordinate representation of color #141632: hue angle of 236º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141632 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202250-
CMYK0.600.5600.80
HSL236º42.86%13.73%-
HSV(B)236º60%19.61%-
XYZ1.150.953.14-
YUV24.59142.34124.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=21.74%
G=23.91%
B=54.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2022500.600.5600.8023642.8613.73
Hex1416323C38050ec2be
Octal242662747001203545316
Binary101001011011001011110011100001010000111011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141632; }

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

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

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

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

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

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

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

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