#142023

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

Shades of Black Pearl #142023

Tints of Black Pearl #142023

Color information

#142023 (or 0x142023) is unknown color: approx Black Pearl. HEX triplet: 14, 20 and 23. RGB value is (20,32,35). Sum of RGB (Red+Green+Blue) = 20+32+35=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #142023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142023 is #EBDFDC. Grayscale: #1C1C1C. Windows color (decimal): -15458269 or 2301972. OLE color: 2301972.

HSL color Cylindrical-coordinate representation of color #142023: hue angle of 192º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #142023 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB203235-
CMYK0.430.0900.86
HSL192º27.27%10.78%-
HSV(B)192º42.86%13.73%-
XYZ1.111.31.78-
YUV28.75131.52121.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 35 (14.06% from 255) = 40.23%
R=22.99%
G=36.78%
B=40.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2032350.430.0900.8619227.2710.78
Hex1420232B9056c01bb
Octal244043531101263003313
Binary1010010000010001110101110010101011011000000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142023; }

 p { color: rgb(20,32,35); }

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

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

 a { background-color: rgb(20,32,35); }

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

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

 span { border-color: rgb(20,32,35); }

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