#142226

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

Shades of Black Pearl #142226

Tints of Black Pearl #142226

Color information

#142226 (or 0x142226) is unknown color: approx Black Pearl. HEX triplet: 14, 22 and 26. RGB value is (20,34,38). Sum of RGB (Red+Green+Blue) = 20+34+38=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #142226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142226 is #EBDDD9. Grayscale: #1E1E1E. Windows color (decimal): -15457754 or 2499092. OLE color: 2499092.

HSL color Cylindrical-coordinate representation of color #142226: hue angle of 193.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142226 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203438-
CMYK0.470.1100.85
HSL193.33º31.03%11.37%-
HSV(B)193.33º47.37%14.9%-
XYZ1.211.432.05-
YUV30.27132.36120.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=21.74%
G=36.96%
B=41.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2034380.470.1100.85193.3331.0311.37
Hex1422262FB055c11fb
Octal244246571301253013713
Binary1010010001010011010111110110101010111000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142226; }

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

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

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

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

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

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

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

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