#141F23

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

Shades of Black Pearl #141F23

Tints of Black Pearl #141F23

Color information

#141F23 (or 0x141F23) is unknown color: approx Black Pearl. HEX triplet: 14, 1F and 23. RGB value is (20,31,35). Sum of RGB (Red+Green+Blue) = 20+31+35=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: blue. Hex color #141F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F23 is #EBE0DC. Grayscale: #1C1C1C. Windows color (decimal): -15458525 or 2301716. OLE color: 2301716.

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

Color convert

RGB203135-
CMYK0.430.1100.86
HSL196º27.27%10.78%-
HSV(B)196º42.86%13.73%-
XYZ1.081.251.77-
YUV28.17131.86122.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 35 (14.06% from 255) = 40.70%
R=23.26%
G=36.05%
B=40.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2031350.430.1100.8619627.2710.78
Hex141F232BB056c41bb
Octal243743531301263043313
Binary101001111110001110101110110101011011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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