#122224

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

Shades of Black Pearl #122224

Tints of Black Pearl #122224

Color information

#122224 (or 0x122224) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 24. RGB value is (18,34,36). Sum of RGB (Red+Green+Blue) = 18+34+36=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: blue. Hex color #122224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122224 is #EDDDDB. Grayscale: #1D1D1D. Windows color (decimal): -15588828 or 2368018. OLE color: 2368018.

HSL color Cylindrical-coordinate representation of color #122224: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122224 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB183436-
CMYK0.50.0600.86
HSL186.67º33.33%10.59%-
HSV(B)186.67º50%14.12%-
XYZ1.141.41.88-
YUV29.44131.7119.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 36 (14.45% from 255) = 40.91%
R=20.45%
G=38.64%
B=40.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1834360.50.0600.86186.6733.3310.59
Hex122224326056bb21b
Octal22424462601262734113
Binary1001010001010010011001011001010110101110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122224; }

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

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

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

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

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

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

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

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