#141B23

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

Shades of Black Pearl #141B23

Tints of Black Pearl #141B23

Color information

#141B23 (or 0x141B23) is unknown color: approx Black Pearl. HEX triplet: 14, 1B and 23. RGB value is (20,27,35). Sum of RGB (Red+Green+Blue) = 20+27+35=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #141B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B23 is #EBE4DC. Grayscale: #191919. Windows color (decimal): -15459549 or 2300692. OLE color: 2300692.

HSL color Cylindrical-coordinate representation of color #141B23: hue angle of 212º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #141B23 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB202735-
CMYK0.430.2300.86
HSL212º27.27%10.78%-
HSV(B)212º42.86%13.73%-
XYZ0.981.051.74-
YUV25.82133.18123.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=24.39%
G=32.93%
B=42.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2027350.430.2300.8621227.2710.78
Hex141B232B17056d41bb
Octal243343532701263243313
Binary1010011011100011101011101110101011011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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