#141D28

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

Shades of Black Pearl #141D28

Tints of Black Pearl #141D28

Color information

#141D28 (or 0x141D28) is unknown color: approx Black Pearl. HEX triplet: 14, 1D and 28. RGB value is (20,29,40). Sum of RGB (Red+Green+Blue) = 20+29+40=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #141D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D28 is #EBE2D7. Grayscale: #1B1B1B. Windows color (decimal): -15459032 or 2628884. OLE color: 2628884.

HSL color Cylindrical-coordinate representation of color #141D28: hue angle of 213º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141D28 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202940-
CMYK0.50.2800.84
HSL213º33.33%11.76%-
HSV(B)213º50%15.69%-
XYZ1.111.182.18-
YUV27.56135.02122.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=22.47%
G=32.58%
B=44.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2029400.50.2800.8421333.3311.76
Hex141D28321C054d521c
Octal243550623401243254114
Binary10100111011010001100101110001010100110101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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