#141F2F

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

Shades of Black Pearl #141F2F

Tints of Black Pearl #141F2F

Color information

#141F2F (or 0x141F2F) is unknown color: approx Black Pearl. HEX triplet: 14, 1F and 2F. RGB value is (20,31,47). Sum of RGB (Red+Green+Blue) = 20+31+47=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #141F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F2F is #EBE0D0. Grayscale: #1D1D1D. Windows color (decimal): -15458513 or 3088148. OLE color: 3088148.

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

Color convert

RGB203147-
CMYK0.570.3400.82
HSL215.56º40.3%13.14%-
HSV(B)215.56º57.45%18.43%-
XYZ1.291.332.88-
YUV29.54137.86121.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=20.41%
G=31.63%
B=47.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2031470.570.3400.82215.5640.313.14
Hex141F2F3922052d828d
Octal243757714201223305015
Binary101001111110111111100110001001010010110110001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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