#141B2B

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

Shades of Black Russian #141B2B

Tints of Black Russian #141B2B

Color information

#141B2B (or 0x141B2B) is unknown color: approx Black Russian. HEX triplet: 14, 1B and 2B. RGB value is (20,27,43). Sum of RGB (Red+Green+Blue) = 20+27+43=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #141B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2B is #EBE4D4. Grayscale: #1A1A1A. Windows color (decimal): -15459541 or 2824980. OLE color: 2824980.

HSL color Cylindrical-coordinate representation of color #141B2B: hue angle of 221.74º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141B2B is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202743-
CMYK0.530.3700.83
HSL221.74º36.51%12.35%-
HSV(B)221.74º53.49%16.86%-
XYZ1.121.112.44-
YUV26.73137.18123.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=22.22%
G=30%
B=47.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2027430.530.3700.83221.7436.5112.35
Hex141B2B3525053de25c
Octal243353654501233364514
Binary101001101110101111010110010101010011110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141B2B; }

 p { color: rgb(20,27,43); }

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

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

 a { background-color: rgb(20,27,43); }

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

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

 span { border-color: rgb(20,27,43); }

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