#141A23

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

Shades of Black Pearl #141A23

Tints of Black Pearl #141A23

Color information

#141A23 (or 0x141A23) is unknown color: approx Black Pearl. HEX triplet: 14, 1A and 23. RGB value is (20,26,35). Sum of RGB (Red+Green+Blue) = 20+26+35=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #141A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A23 is #EBE5DC. Grayscale: #191919. Windows color (decimal): -15459805 or 2300436. OLE color: 2300436.

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

Color convert

RGB202635-
CMYK0.430.2600.86
HSL216º27.27%10.78%-
HSV(B)216º42.86%13.73%-
XYZ0.961.011.73-
YUV25.23133.51124.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 35 (14.06% from 255) = 43.21%
R=24.69%
G=32.10%
B=43.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2026350.430.2600.8621627.2710.78
Hex141A232B1A056d81bb
Octal243243533201263303313
Binary1010011010100011101011110100101011011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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