#141533

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

Shades of Black Russian #141533

Tints of Black Russian #141533

Color information

#141533 (or 0x141533) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 33. RGB value is (20,21,51). Sum of RGB (Red+Green+Blue) = 20+21+51=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 51 (20.31% from 255 or 55.43% from 92); Max value from RGB is 51 - color contains mainly: blue. Hex color #141533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141533 is #EBEACC. Grayscale: #181818. Windows color (decimal): -15461069 or 3347732. OLE color: 3347732.

HSL color Cylindrical-coordinate representation of color #141533: hue angle of 238.06º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141533 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB202151-
CMYK0.610.5900.8
HSL238.06º43.66%13.92%-
HSV(B)238.06º60.78%20%-
XYZ1.150.923.25-
YUV24.12143.17125.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 51 (20.31% from 255) = 55.43%
R=21.74%
G=22.83%
B=55.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2021510.610.5900.8238.0643.6613.92
Hex1415333D3B050ee2ce
Octal242563757301203565416
Binary101001010111001111110111101101010000111011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141533; }

 p { color: rgb(20,21,51); }

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

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

 a { background-color: rgb(20,21,51); }

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

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

 span { border-color: rgb(20,21,51); }

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