#142935

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

Shades of Black Pearl #142935

Tints of Black Pearl #142935

Color information

#142935 (or 0x142935) is unknown color: approx Black Pearl. HEX triplet: 14, 29 and 35. RGB value is (20,41,53). Sum of RGB (Red+Green+Blue) = 20+41+53=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #142935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142935 is #EBD6CA. Grayscale: #242424. Windows color (decimal): -15455947 or 3483924. OLE color: 3483924.

HSL color Cylindrical-coordinate representation of color #142935: hue angle of 201.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142935 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB204153-
CMYK0.620.2300.79
HSL201.82º45.21%14.31%-
HSV(B)201.82º62.26%20.78%-
XYZ1.721.993.66-
YUV36.09137.54116.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=17.54%
G=35.96%
B=46.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2041530.620.2300.79201.8245.2114.31
Hex1429353E1704Fca2de
Octal245165762701173125516
Binary101001010011101011111101011101001111110010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142935; }

 p { color: rgb(20,41,53); }

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

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

 a { background-color: rgb(20,41,53); }

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

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

 span { border-color: rgb(20,41,53); }

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