#141C27

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

Shades of Black Pearl #141C27

Tints of Black Pearl #141C27

Color information

#141C27 (or 0x141C27) is unknown color: approx Black Pearl. HEX triplet: 14, 1C and 27. RGB value is (20,28,39). Sum of RGB (Red+Green+Blue) = 20+28+39=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #141C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C27 is #EBE3D8. Grayscale: #1A1A1A. Windows color (decimal): -15459289 or 2563092. OLE color: 2563092.

HSL color Cylindrical-coordinate representation of color #141C27: hue angle of 214.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141C27 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202839-
CMYK0.490.2800.85
HSL214.74º32.2%11.57%-
HSV(B)214.74º48.72%15.29%-
XYZ1.071.132.08-
YUV26.86134.85123.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=22.99%
G=32.18%
B=44.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2028390.490.2800.85214.7432.211.57
Hex141C27311C055d720c
Octal243447613401253274014
Binary10100111001001111100011110001010101110101111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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