#141D1F

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

Shades of Black Pearl #141D1F

Tints of Black Pearl #141D1F

Color information

#141D1F (or 0x141D1F) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 1F. RGB value is (20,29,31). Sum of RGB (Red+Green+Blue) = 20+29+31=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #141D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D1F is #EBE2E0. Grayscale: #1A1A1A. Windows color (decimal): -15459041 or 2039060. OLE color: 2039060.

HSL color Cylindrical-coordinate representation of color #141D1F: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141D1F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB202931-
CMYK0.350.0600.88
HSL190.91º21.57%10%-
HSV(B)190.91º35.48%12.16%-
XYZ0.981.131.46-
YUV26.54130.52123.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=25%
G=36.25%
B=38.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2029310.350.0600.88190.9121.5710
Hex141D1F236058bf16a
Octal24353743601302772612
Binary1010011101111111000111100101100010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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