#122A31

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

Shades of Black Pearl #122A31

Tints of Black Pearl #122A31

Color information

#122A31 (or 0x122A31) is unknown color: approx Black Pearl. HEX triplet: 12, 2A and 31. RGB value is (18,42,49). Sum of RGB (Red+Green+Blue) = 18+42+49=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #122A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A31 is #EDD5CE. Grayscale: #232323. Windows color (decimal): -15586767 or 3222034. OLE color: 3222034.

HSL color Cylindrical-coordinate representation of color #122A31: hue angle of 193.55º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122A31 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB184249-
CMYK0.630.1400.81
HSL193.55º46.27%13.14%-
HSV(B)193.55º63.27%19.22%-
XYZ1.632.013.21-
YUV35.62135.55115.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=16.51%
G=38.53%
B=44.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1842490.630.1400.81193.5546.2713.14
Hex122A313FE051c22ed
Octal225261771601213025615
Binary10010101010110001111111111001010001110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A31; }

 p { color: rgb(18,42,49); }

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

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

 a { background-color: rgb(18,42,49); }

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

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

 span { border-color: rgb(18,42,49); }

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