#14202B

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

Shades of Black Pearl #14202B

Tints of Black Pearl #14202B

Color information

#14202B (or 0x14202B) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 2B. RGB value is (20,32,43). Sum of RGB (Red+Green+Blue) = 20+32+43=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #14202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14202B is #EBDFD4. Grayscale: #1D1D1D. Windows color (decimal): -15458261 or 2826260. OLE color: 2826260.

HSL color Cylindrical-coordinate representation of color #14202B: hue angle of 208.7º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14202B is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB203243-
CMYK0.530.2600.83
HSL208.7º36.51%12.35%-
HSV(B)208.7º53.49%16.86%-
XYZ1.241.362.48-
YUV29.67135.52121.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=21.05%
G=33.68%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2032430.530.2600.83208.736.5112.35
Hex14202B351A053d125c
Octal244053653201233214514
Binary101001000001010111101011101001010011110100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14202B; }

 p { color: rgb(20,32,43); }

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

<style>
 a { background-color: #14202B; }

 a { background-color: rgb(20,32,43); }

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

<style>
 span { border-color: #14202B; }

 span { border-color: rgb(20,32,43); }

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