#14232B

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

Shades of Black Pearl #14232B

Tints of Black Pearl #14232B

Color information

#14232B (or 0x14232B) is unknown color: approx Black Pearl. HEX triplet: 14, 23 and 2B. RGB value is (20,35,43). Sum of RGB (Red+Green+Blue) = 20+35+43=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #14232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14232B is #EBDCD4. Grayscale: #1F1F1F. Windows color (decimal): -15457493 or 2827028. OLE color: 2827028.

HSL color Cylindrical-coordinate representation of color #14232B: hue angle of 200.87º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14232B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB203543-
CMYK0.530.1900.83
HSL200.87º36.51%12.35%-
HSV(B)200.87º53.49%16.86%-
XYZ1.331.532.51-
YUV31.43134.53119.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=20.41%
G=35.71%
B=43.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2035430.530.1900.83200.8736.5112.35
Hex14232B3513053c925c
Octal244353652301233114514
Binary101001000111010111101011001101010011110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14232B; }

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

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

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

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

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

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

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

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