#14242A

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

Shades of Black Pearl #14242A

Tints of Black Pearl #14242A

Color information

#14242A (or 0x14242A) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 2A. RGB value is (20,36,42). Sum of RGB (Red+Green+Blue) = 20+36+42=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #14242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14242A is #EBDBD5. Grayscale: #1F1F1F. Windows color (decimal): -15457238 or 2761748. OLE color: 2761748.

HSL color Cylindrical-coordinate representation of color #14242A: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14242A is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203642-
CMYK0.520.1400.84
HSL196.36º35.48%12.16%-
HSV(B)196.36º52.38%16.47%-
XYZ1.341.582.42-
YUV31.9133.7119.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=20.41%
G=36.73%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2036420.520.1400.84196.3635.4812.16
Hex14242A34E054c423c
Octal244452641601243044314
Binary10100100100101010110100111001010100110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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