#142730

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

Shades of Black Pearl #142730

Tints of Black Pearl #142730

Color information

#142730 (or 0x142730) is unknown color: approx Black Pearl. HEX triplet: 14, 27 and 30. RGB value is (20,39,48). Sum of RGB (Red+Green+Blue) = 20+39+48=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #142730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142730 is #EBD8CF. Grayscale: #222222. Windows color (decimal): -15456464 or 3155732. OLE color: 3155732.

HSL color Cylindrical-coordinate representation of color #142730: hue angle of 199.29º 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 #142730 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB203948-
CMYK0.580.1900.81
HSL199.29º41.18%13.33%-
HSV(B)199.29º58.33%18.82%-
XYZ1.551.813.06-
YUV34.34135.71117.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=18.69%
G=36.45%
B=44.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2039480.580.1900.81199.2941.1813.33
Hex1427303A13051c729d
Octal244760722301213075115
Binary101001001111100001110101001101010001110001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142730; }

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

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

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

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

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

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

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

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