#141227

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

Shades of Black Russian #141227

Tints of Black Russian #141227

Color information

#141227 (or 0x141227) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 27. RGB value is (20,18,39). Sum of RGB (Red+Green+Blue) = 20+18+39=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #141227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141227 is #EBEDD8. Grayscale: #141414. Windows color (decimal): -15461849 or 2560532. OLE color: 2560532.

HSL color Cylindrical-coordinate representation of color #141227: hue angle of 245.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #141227 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB201839-
CMYK0.490.5400.85
HSL245.71º36.84%11.18%-
HSV(B)245.71º53.85%15.29%-
XYZ0.870.732.01-
YUV20.99138.16127.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=25.97%
G=23.38%
B=50.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2018390.490.5400.85245.7136.8411.18
Hex1412273136055f625b
Octal242247616601253664513
Binary101001001010011111000111011001010101111101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141227; }

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

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

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

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

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

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

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

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