#141D2B

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

Shades of Black Pearl #141D2B

Tints of Black Pearl #141D2B

Color information

#141D2B (or 0x141D2B) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 2B. RGB value is (20,29,43). Sum of RGB (Red+Green+Blue) = 20+29+43=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #141D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D2B is #EBE2D4. Grayscale: #1B1B1B. Windows color (decimal): -15459029 or 2825492. OLE color: 2825492.

HSL color Cylindrical-coordinate representation of color #141D2B: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141D2B is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202943-
CMYK0.530.3300.83
HSL216.52º36.51%12.35%-
HSV(B)216.52º53.49%16.86%-
XYZ1.161.22.46-
YUV27.9136.52122.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=21.74%
G=31.52%
B=46.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2029430.530.3300.83216.5236.5112.35
Hex141D2B3521053d925c
Octal243553654101233314514
Binary101001110110101111010110000101010011110110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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