#141C23

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

Shades of Black Pearl #141C23

Tints of Black Pearl #141C23

Color information

#141C23 (or 0x141C23) is unknown color: approx Black Pearl. HEX triplet: 14, 1C and 23. RGB value is (20,28,35). Sum of RGB (Red+Green+Blue) = 20+28+35=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #141C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C23 is #EBE3DC. Grayscale: #1A1A1A. Windows color (decimal): -15459293 or 2300948. OLE color: 2300948.

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

Color convert

RGB202835-
CMYK0.430.2000.86
HSL208º27.27%10.78%-
HSV(B)208º42.86%13.73%-
XYZ1.011.11.75-
YUV26.41132.85123.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 35 (14.06% from 255) = 42.17%
R=24.10%
G=33.73%
B=42.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2028350.430.2000.8620827.2710.78
Hex141C232B14056d01bb
Octal243443532401263203313
Binary1010011100100011101011101000101011011010000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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