#142A30

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

Shades of Black Pearl #142A30

Tints of Black Pearl #142A30

Color information

#142A30 (or 0x142A30) is unknown color: approx Black Pearl. HEX triplet: 14, 2A and 30. RGB value is (20,42,48). Sum of RGB (Red+Green+Blue) = 20+42+48=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #142A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A30 is #EBD5CF. Grayscale: #242424. Windows color (decimal): -15455696 or 3156500. OLE color: 3156500.

HSL color Cylindrical-coordinate representation of color #142A30: hue angle of 192.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #142A30 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB204248-
CMYK0.580.1300.81
HSL192.86º41.18%13.33%-
HSV(B)192.86º58.33%18.82%-
XYZ1.652.023.1-
YUV36.11134.71116.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=18.18%
G=38.18%
B=43.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2042480.580.1300.81192.8641.1813.33
Hex142A303AD051c129d
Octal245260721501213015115
Binary10100101010110000111010110101010001110000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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