#14212E

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

Shades of Black Pearl #14212E

Tints of Black Pearl #14212E

Color information

#14212E (or 0x14212E) is unknown color: approx Black Pearl. HEX triplet: 14, 21 and 2E. RGB value is (20,33,46). Sum of RGB (Red+Green+Blue) = 20+33+46=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #14212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14212E is #EBDED1. Grayscale: #1E1E1E. Windows color (decimal): -15458002 or 3023124. OLE color: 3023124.

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

Color convert

RGB203346-
CMYK0.570.2800.82
HSL210º39.39%12.94%-
HSV(B)210º56.52%18.04%-
XYZ1.331.432.79-
YUV30.6136.69120.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=20.20%
G=33.33%
B=46.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2033460.570.2800.8221039.3912.94
Hex14212E391C052d227d
Octal244156713401223224715
Binary101001000011011101110011110001010010110100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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