#141732

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

Shades of Black Russian #141732

Tints of Black Russian #141732

Color information

#141732 (or 0x141732) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 32. RGB value is (20,23,50). Sum of RGB (Red+Green+Blue) = 20+23+50=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #141732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141732 is #EBE8CD. Grayscale: #191919. Windows color (decimal): -15460558 or 3282708. OLE color: 3282708.

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

Color convert

RGB202350-
CMYK0.600.5400.80
HSL234º42.86%13.73%-
HSV(B)234º60%19.61%-
XYZ1.170.993.15-
YUV25.18142.01124.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 50 (19.92% from 255) = 53.76%
R=21.51%
G=24.73%
B=53.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2023500.600.5400.8023442.8613.73
Hex1417323C36050ea2be
Octal242762746601203525316
Binary101001011111001011110011011001010000111010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141732; }

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

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

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

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

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

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

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

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