#14232E

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

Shades of Black Pearl #14232E

Tints of Black Pearl #14232E

Color information

#14232E (or 0x14232E) is unknown color: approx Black Pearl. HEX triplet: 14, 23 and 2E. RGB value is (20,35,46). Sum of RGB (Red+Green+Blue) = 20+35+46=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #14232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14232E is #EBDCD1. Grayscale: #1F1F1F. Windows color (decimal): -15457490 or 3023636. OLE color: 3023636.

HSL color Cylindrical-coordinate representation of color #14232E: hue angle of 205.38º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14232E is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203546-
CMYK0.570.2400.82
HSL205.38º39.39%12.94%-
HSV(B)205.38º56.52%18.04%-
XYZ1.381.552.81-
YUV31.77136.03119.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=19.80%
G=34.65%
B=45.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2035460.570.2400.82205.3839.3912.94
Hex14232E3918052cd27d
Octal244356713001223154715
Binary101001000111011101110011100001010010110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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