#122431

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

Shades of Black Pearl #122431

Tints of Black Pearl #122431

Color information

#122431 (or 0x122431) is unknown color: approx Black Pearl. HEX triplet: 12, 24 and 31. RGB value is (18,36,49). Sum of RGB (Red+Green+Blue) = 18+36+49=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #122431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122431 is #EDDBCE. Grayscale: #202020. Windows color (decimal): -15588303 or 3220498. OLE color: 3220498.

HSL color Cylindrical-coordinate representation of color #122431: hue angle of 205.16º 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 #122431 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB183649-
CMYK0.630.2700.81
HSL205.16º46.27%13.14%-
HSV(B)205.16º63.27%19.22%-
XYZ1.431.613.14-
YUV32.1137.54117.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=17.48%
G=34.95%
B=47.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1836490.630.2700.81205.1646.2713.14
Hex1224313F1B051cd2ed
Octal224461773301213155615
Binary100101001001100011111111101101010001110011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122431; }

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

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

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

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

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

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

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

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