#141D2A

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

Shades of Black Pearl #141D2A

Tints of Black Pearl #141D2A

Color information

#141D2A (or 0x141D2A) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 2A. RGB value is (20,29,42). Sum of RGB (Red+Green+Blue) = 20+29+42=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #141D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D2A is #EBE2D5. Grayscale: #1B1B1B. Windows color (decimal): -15459030 or 2759956. OLE color: 2759956.

HSL color Cylindrical-coordinate representation of color #141D2A: hue angle of 215.45º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #141D2A is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202942-
CMYK0.520.3100.84
HSL215.45º35.48%12.16%-
HSV(B)215.45º52.38%16.47%-
XYZ1.151.192.36-
YUV27.79136.02122.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=21.98%
G=31.87%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2029420.520.3100.84215.4535.4812.16
Hex141D2A341F054d723c
Octal243552643701243274314
Binary10100111011010101101001111101010100110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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