#141237

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

Shades of Black Russian #141237

Tints of Black Russian #141237

Color information

#141237 (or 0x141237) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 37. RGB value is (20,18,55). Sum of RGB (Red+Green+Blue) = 20+18+55=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #141237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141237 is #EBEDC8. Grayscale: #161616. Windows color (decimal): -15461833 or 3609108. OLE color: 3609108.

HSL color Cylindrical-coordinate representation of color #141237: hue angle of 243.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141237 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB201855-
CMYK0.640.6700.78
HSL243.24º50.68%14.31%-
HSV(B)243.24º67.27%21.57%-
XYZ1.190.863.72-
YUV22.82146.16125.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 55 (21.88% from 255) = 59.14%
R=21.51%
G=19.35%
B=59.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2018550.640.6700.78243.2450.6814.31
Hex141237404304Ef333e
Octal24226710010301163636316
Binary10100100101101111000000100001101001110111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141237; }

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

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

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

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

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

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

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

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