#14242E

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

Shades of Black Pearl #14242E

Tints of Black Pearl #14242E

Color information

#14242E (or 0x14242E) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 2E. RGB value is (20,36,46). Sum of RGB (Red+Green+Blue) = 20+36+46=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #14242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242E is #EBDBD1. Grayscale: #202020. Windows color (decimal): -15457234 or 3023892. OLE color: 3023892.

HSL color Cylindrical-coordinate representation of color #14242E: hue angle of 203.08º 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 #14242E is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203646-
CMYK0.570.2200.82
HSL203.08º39.39%12.94%-
HSV(B)203.08º56.52%18.04%-
XYZ1.411.612.82-
YUV32.36135.7119.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=19.61%
G=35.29%
B=45.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2036460.570.2200.82203.0839.3912.94
Hex14242E3916052cb27d
Octal244456712601223134715
Binary101001001001011101110011011001010010110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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