#14272B

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

Shades of Black Pearl #14272B

Tints of Black Pearl #14272B

Color information

#14272B (or 0x14272B) is unknown color: approx Black Pearl. HEX triplet: 14, 27 and 2B. RGB value is (20,39,43). Sum of RGB (Red+Green+Blue) = 20+39+43=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #14272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14272B is #EBD8D4. Grayscale: #212121. Windows color (decimal): -15456469 or 2828052. OLE color: 2828052.

HSL color Cylindrical-coordinate representation of color #14272B: hue angle of 190.43º 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 #14272B is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB203943-
CMYK0.530.0900.83
HSL190.43º36.51%12.35%-
HSV(B)190.43º53.49%16.86%-
XYZ1.451.772.55-
YUV33.78133.21118.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=19.61%
G=38.24%
B=42.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2039430.530.0900.83190.4336.5112.35
Hex14272B359053be25c
Octal244753651101232764514
Binary10100100111101011110101100101010011101111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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