#14222A

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

Shades of Black Pearl #14222A

Tints of Black Pearl #14222A

Color information

#14222A (or 0x14222A) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 2A. RGB value is (20,34,42). Sum of RGB (Red+Green+Blue) = 20+34+42=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #14222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14222A is #EBDDD5. Grayscale: #1E1E1E. Windows color (decimal): -15457750 or 2761236. OLE color: 2761236.

HSL color Cylindrical-coordinate representation of color #14222A: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14222A is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB203442-
CMYK0.520.1900.84
HSL201.82º35.48%12.16%-
HSV(B)201.82º52.38%16.47%-
XYZ1.281.462.4-
YUV30.73134.36120.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=20.83%
G=35.42%
B=43.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2034420.520.1900.84201.8235.4812.16
Hex14222A3413054ca23c
Octal244252642301243124314
Binary101001000101010101101001001101010100110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14222A; }

 p { color: rgb(20,34,42); }

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

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

 a { background-color: rgb(20,34,42); }

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

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

 span { border-color: rgb(20,34,42); }

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