#142130

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

Shades of Black Pearl #142130

Tints of Black Pearl #142130

Color information

#142130 (or 0x142130) is unknown color: approx Black Pearl. HEX triplet: 14, 21 and 30. RGB value is (20,33,48). Sum of RGB (Red+Green+Blue) = 20+33+48=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #142130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142130 is #EBDECF. Grayscale: #1E1E1E. Windows color (decimal): -15458000 or 3154196. OLE color: 3154196.

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

Color convert

RGB203348-
CMYK0.580.3100.81
HSL212.14º41.18%13.33%-
HSV(B)212.14º58.33%18.82%-
XYZ1.371.453-
YUV30.82137.69120.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=19.80%
G=32.67%
B=47.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2033480.580.3100.81212.1441.1813.33
Hex1421303A1F051d429d
Octal244160723701213245115
Binary101001000011100001110101111101010001110101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142130; }

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

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

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

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

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

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

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

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