#142427

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

Shades of Black Pearl #142427

Tints of Black Pearl #142427

Color information

#142427 (or 0x142427) is unknown color: approx Black Pearl. HEX triplet: 14, 24 and 27. RGB value is (20,36,39). Sum of RGB (Red+Green+Blue) = 20+36+39=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #142427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142427 is #EBDBD8. Grayscale: #1F1F1F. Windows color (decimal): -15457241 or 2565140. OLE color: 2565140.

HSL color Cylindrical-coordinate representation of color #142427: hue angle of 189.47º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142427 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203639-
CMYK0.490.0800.85
HSL189.47º32.2%11.57%-
HSV(B)189.47º48.72%15.29%-
XYZ1.291.562.15-
YUV31.56132.2119.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=21.05%
G=37.89%
B=41.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2036390.490.0800.85189.4732.211.57
Hex142427318055bd20c
Octal244447611001252754014
Binary10100100100100111110001100001010101101111011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142427; }

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

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

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

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

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

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

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

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