#141C28

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

Shades of Black Pearl #141C28

Tints of Black Pearl #141C28

Color information

#141C28 (or 0x141C28) is unknown color: approx Black Pearl. HEX triplet: 14, 1C and 28. RGB value is (20,28,40). Sum of RGB (Red+Green+Blue) = 20+28+40=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #141C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C28 is #EBE3D7. Grayscale: #1A1A1A. Windows color (decimal): -15459288 or 2628628. OLE color: 2628628.

HSL color Cylindrical-coordinate representation of color #141C28: hue angle of 216º 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 #141C28 is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202840-
CMYK0.50.3000.84
HSL216º33.33%11.76%-
HSV(B)216º50%15.69%-
XYZ1.091.132.17-
YUV26.98135.35123.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=22.73%
G=31.82%
B=45.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2028400.50.3000.8421633.3311.76
Hex141C28321E054d821c
Octal243450623601243304114
Binary10100111001010001100101111001010100110110001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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