#141633

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

Shades of Black Russian #141633

Tints of Black Russian #141633

Color information

#141633 (or 0x141633) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 33. RGB value is (20,22,51). Sum of RGB (Red+Green+Blue) = 20+22+51=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #141633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141633 is #EBE9CC. Grayscale: #181818. Windows color (decimal): -15460813 or 3347988. OLE color: 3347988.

HSL color Cylindrical-coordinate representation of color #141633: hue angle of 236.13º 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 #141633 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB202251-
CMYK0.610.5700.8
HSL236.13º43.66%13.92%-
HSV(B)236.13º60.78%20%-
XYZ1.170.963.26-
YUV24.71142.84124.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 51 (20.31% from 255) = 54.84%
R=21.51%
G=23.66%
B=54.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2022510.610.5700.8236.1343.6613.92
Hex1416333D39050ec2ce
Octal242663757101203545416
Binary101001011011001111110111100101010000111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141633; }

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

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

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

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

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

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

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

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