#122025

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

Shades of Black Pearl #122025

Tints of Black Pearl #122025

Color information

#122025 (or 0x122025) is unknown color: approx Black Pearl. HEX triplet: 12, 20 and 25. RGB value is (18,32,37). Sum of RGB (Red+Green+Blue) = 18+32+37=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #122025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122025 is #EDDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15589339 or 2433042. OLE color: 2433042.

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

Color convert

RGB183237-
CMYK0.510.1400.85
HSL195.79º34.55%10.78%-
HSV(B)195.79º51.35%14.51%-
XYZ1.11.31.94-
YUV28.38132.86120.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=20.69%
G=36.78%
B=42.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1832370.510.1400.85195.7934.5510.78
Hex12202533E055c423b
Octal224045631601253044313
Binary10010100000100101110011111001010101110001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122025; }

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

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

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

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

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

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

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

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