#142A2E

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

Shades of Black Pearl #142A2E

Tints of Black Pearl #142A2E

Color information

#142A2E (or 0x142A2E) is unknown color: approx Black Pearl. HEX triplet: 14, 2A and 2E. RGB value is (20,42,46). Sum of RGB (Red+Green+Blue) = 20+42+46=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #142A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A2E is #EBD5D1. Grayscale: #232323. Windows color (decimal): -15455698 or 3025428. OLE color: 3025428.

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

Color convert

RGB204246-
CMYK0.570.0900.82
HSL189.23º39.39%12.94%-
HSV(B)189.23º56.52%18.04%-
XYZ1.6122.89-
YUV35.88133.71116.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=18.52%
G=38.89%
B=42.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2042460.570.0900.82189.2339.3912.94
Hex142A2E399052bd27d
Octal245256711101222754715
Binary10100101010101110111001100101010010101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142A2E; }

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

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

<style>
 a { background-color: #142A2E; }

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

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

<style>
 span { border-color: #142A2E; }

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

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