#122225

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

Shades of Black Pearl #122225

Tints of Black Pearl #122225

Color information

#122225 (or 0x122225) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 25. RGB value is (18,34,37). Sum of RGB (Red+Green+Blue) = 18+34+37=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #122225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122225 is #EDDDDA. Grayscale: #1D1D1D. Windows color (decimal): -15588827 or 2433554. OLE color: 2433554.

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

Color convert

RGB183437-
CMYK0.510.0800.85
HSL189.47º34.55%10.78%-
HSV(B)189.47º51.35%14.51%-
XYZ1.161.411.96-
YUV29.56132.2119.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 37 (14.84% from 255) = 41.57%
R=20.22%
G=38.20%
B=41.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1834370.510.0800.85189.4734.5510.78
Hex122225338055bd23b
Octal224245631001252754313
Binary10010100010100101110011100001010101101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122225; }

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

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

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

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

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

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

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

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