#122325

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

Shades of Black Pearl #122325

Tints of Black Pearl #122325

Color information

#122325 (or 0x122325) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 25. RGB value is (18,35,37). Sum of RGB (Red+Green+Blue) = 18+35+37=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #122325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122325 is #EDDCDA. Grayscale: #1E1E1E. Windows color (decimal): -15588571 or 2433810. OLE color: 2433810.

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

Color convert

RGB183537-
CMYK0.510.0500.85
HSL186.32º34.55%10.78%-
HSV(B)186.32º51.35%14.51%-
XYZ1.181.461.97-
YUV30.14131.87119.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=20%
G=38.89%
B=41.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1835370.510.0500.85186.3234.5510.78
Hex122325335055ba23b
Octal22434563501252724313
Binary1001010001110010111001110101010101101110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122325; }

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

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

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

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

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

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

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

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