#122125

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

Shades of Black Pearl #122125

Tints of Black Pearl #122125

Color information

#122125 (or 0x122125) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 25. RGB value is (18,33,37). Sum of RGB (Red+Green+Blue) = 18+33+37=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #122125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122125 is #EDDEDA. Grayscale: #1C1C1C. Windows color (decimal): -15589083 or 2433298. OLE color: 2433298.

HSL color Cylindrical-coordinate representation of color #122125: hue angle of 192.63º 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 #122125 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183337-
CMYK0.510.1100.85
HSL192.63º34.55%10.78%-
HSV(B)192.63º51.35%14.51%-
XYZ1.131.351.95-
YUV28.97132.53120.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=20.45%
G=37.5%
B=42.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1833370.510.1100.85192.6334.5510.78
Hex12212533B055c123b
Octal224145631301253014313
Binary10010100001100101110011101101010101110000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122125; }

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

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

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

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

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

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

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

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