#14262E

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

Shades of Black Pearl #14262E

Tints of Black Pearl #14262E

Color information

#14262E (or 0x14262E) is unknown color: approx Black Pearl. HEX triplet: 14, 26 and 2E. RGB value is (20,38,46). Sum of RGB (Red+Green+Blue) = 20+38+46=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #14262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14262E is #EBD9D1. Grayscale: #212121. Windows color (decimal): -15456722 or 3024404. OLE color: 3024404.

HSL color Cylindrical-coordinate representation of color #14262E: hue angle of 198.46º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14262E is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203846-
CMYK0.570.1700.82
HSL198.46º39.39%12.94%-
HSV(B)198.46º56.52%18.04%-
XYZ1.471.732.84-
YUV33.53135.04118.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=19.23%
G=36.54%
B=44.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2038460.570.1700.82198.4639.3912.94
Hex14262E3911052c627d
Octal244656712101223064715
Binary101001001101011101110011000101010010110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14262E; }

 p { color: rgb(20,38,46); }

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

<style>
 a { background-color: #14262E; }

 a { background-color: rgb(20,38,46); }

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

<style>
 span { border-color: #14262E; }

 span { border-color: rgb(20,38,46); }

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