#122229

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

Shades of Black Pearl #122229

Tints of Black Pearl #122229

Color information

#122229 (or 0x122229) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 29. RGB value is (18,34,41). Sum of RGB (Red+Green+Blue) = 18+34+41=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #122229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122229 is #EDDDD6. Grayscale: #1D1D1D. Windows color (decimal): -15588823 or 2695698. OLE color: 2695698.

HSL color Cylindrical-coordinate representation of color #122229: hue angle of 198.26º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122229 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183441-
CMYK0.560.1700.84
HSL198.26º38.98%11.57%-
HSV(B)198.26º56.1%16.08%-
XYZ1.221.432.31-
YUV30.01134.2119.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=19.35%
G=36.56%
B=44.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1834410.560.1700.84198.2638.9811.57
Hex1222293811054c627c
Octal224251702101243064714
Binary100101000101010011110001000101010100110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122229; }

 p { color: rgb(18,34,41); }

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

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

 a { background-color: rgb(18,34,41); }

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

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

 span { border-color: rgb(18,34,41); }

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