#141A1F

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

Shades of Black Pearl #141A1F

Tints of Black Pearl #141A1F

Color information

#141A1F (or 0x141A1F) is unknown color: approx Black Pearl. HEX triplet: 14, 1A and 1F. RGB value is (20,26,31). Sum of RGB (Red+Green+Blue) = 20+26+31=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #141A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A1F is #EBE5E0. Grayscale: #181818. Windows color (decimal): -15459809 or 2038292. OLE color: 2038292.

HSL color Cylindrical-coordinate representation of color #141A1F: hue angle of 207.27º 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 #141A1F is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB202631-
CMYK0.350.1600.88
HSL207.27º21.57%10%-
HSV(B)207.27º35.48%12.16%-
XYZ0.910.991.44-
YUV24.78131.51124.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=25.97%
G=33.77%
B=40.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2026310.350.1600.88207.2721.5710
Hex141A1F2310058cf16a
Octal243237432001303172612
Binary101001101011111100011100000101100011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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