#142B30

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

Shades of Black Pearl #142B30

Tints of Black Pearl #142B30

Color information

#142B30 (or 0x142B30) is unknown color: approx Black Pearl. HEX triplet: 14, 2B and 30. RGB value is (20,43,48). Sum of RGB (Red+Green+Blue) = 20+43+48=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #142B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B30 is #EBD4CF. Grayscale: #242424. Windows color (decimal): -15455440 or 3156756. OLE color: 3156756.

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

Color convert

RGB204348-
CMYK0.580.1000.81
HSL190.71º41.18%13.33%-
HSV(B)190.71º58.33%18.82%-
XYZ1.692.093.11-
YUV36.69134.38116.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=18.02%
G=38.74%
B=43.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2043480.580.1000.81190.7141.1813.33
Hex142B303AA051bf29d
Octal245360721201212775115
Binary10100101011110000111010101001010001101111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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