#141D27

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

Shades of Black Pearl #141D27

Tints of Black Pearl #141D27

Color information

#141D27 (or 0x141D27) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 27. RGB value is (20,29,39). Sum of RGB (Red+Green+Blue) = 20+29+39=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #141D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D27 is #EBE2D8. Grayscale: #1B1B1B. Windows color (decimal): -15459033 or 2563348. OLE color: 2563348.

HSL color Cylindrical-coordinate representation of color #141D27: hue angle of 211.58º 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 #141D27 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202939-
CMYK0.490.2600.85
HSL211.58º32.2%11.57%-
HSV(B)211.58º48.72%15.29%-
XYZ1.091.172.09-
YUV27.45134.52122.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 39 (15.62% from 255) = 44.32%
R=22.73%
G=32.95%
B=44.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2029390.490.2600.85211.5832.211.57
Hex141D27311A055d420c
Octal243547613201253244014
Binary10100111011001111100011101001010101110101001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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