#141F27

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

Shades of Black Pearl #141F27

Tints of Black Pearl #141F27

Color information

#141F27 (or 0x141F27) is unknown color: approx Black Pearl. HEX triplet: 14, 1F and 27. RGB value is (20,31,39). Sum of RGB (Red+Green+Blue) = 20+31+39=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #141F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F27 is #EBE0D8. Grayscale: #1C1C1C. Windows color (decimal): -15458521 or 2563860. OLE color: 2563860.

HSL color Cylindrical-coordinate representation of color #141F27: hue angle of 205.26º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141F27 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203139-
CMYK0.490.2100.85
HSL205.26º32.2%11.57%-
HSV(B)205.26º48.72%15.29%-
XYZ1.141.282.11-
YUV28.62133.86121.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=22.22%
G=34.44%
B=43.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2031390.490.2100.85205.2632.211.57
Hex141F273115055cd20c
Octal243747612501253154014
Binary10100111111001111100011010101010101110011011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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