#141F2D

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

Shades of Black Pearl #141F2D

Tints of Black Pearl #141F2D

Color information

#141F2D (or 0x141F2D) is unknown color: approx Black Pearl. HEX triplet: 14, 1F and 2D. RGB value is (20,31,45). Sum of RGB (Red+Green+Blue) = 20+31+45=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #141F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F2D is #EBE0D2. Grayscale: #1D1D1D. Windows color (decimal): -15458515 or 2957076. OLE color: 2957076.

HSL color Cylindrical-coordinate representation of color #141F2D: hue angle of 213.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #141F2D is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203145-
CMYK0.560.3100.82
HSL213.6º38.46%12.75%-
HSV(B)213.6º55.56%17.65%-
XYZ1.251.322.67-
YUV29.31136.86121.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 31 (12.5% from 255) = 32.29%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=20.83%
G=32.29%
B=46.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2031450.560.3100.82213.638.4612.75
Hex141F2D381F052d626d
Octal243755703701223264615
Binary10100111111011011110001111101010010110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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