#14212D

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

Shades of Black Pearl #14212D

Tints of Black Pearl #14212D

Color information

#14212D (or 0x14212D) is unknown color: approx Black Pearl. HEX triplet: 14, 21 and 2D. RGB value is (20,33,45). Sum of RGB (Red+Green+Blue) = 20+33+45=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #14212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14212D is #EBDED2. Grayscale: #1E1E1E. Windows color (decimal): -15458003 or 2957588. OLE color: 2957588.

HSL color Cylindrical-coordinate representation of color #14212D: hue angle of 208.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14212D is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203345-
CMYK0.560.2700.82
HSL208.8º38.46%12.75%-
HSV(B)208.8º55.56%17.65%-
XYZ1.311.432.69-
YUV30.48136.19120.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 45 (17.97% from 255) = 45.92%
R=20.41%
G=33.67%
B=45.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2033450.560.2700.82208.838.4612.75
Hex14212D381B052d126d
Octal244155703301223214615
Binary101001000011011011110001101101010010110100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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