#122531

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

Shades of Black Pearl #122531

Tints of Black Pearl #122531

Color information

#122531 (or 0x122531) is unknown color: approx Black Pearl. HEX triplet: 12, 25 and 31. RGB value is (18,37,49). Sum of RGB (Red+Green+Blue) = 18+37+49=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #122531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122531 is #EDDACE. Grayscale: #202020. Windows color (decimal): -15588047 or 3220754. OLE color: 3220754.

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

Color convert

RGB183749-
CMYK0.630.2400.81
HSL203.23º46.27%13.14%-
HSV(B)203.23º63.27%19.22%-
XYZ1.471.673.15-
YUV32.69137.21117.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=17.31%
G=35.58%
B=47.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1837490.630.2400.81203.2346.2713.14
Hex1225313F18051cb2ed
Octal224561773001213135615
Binary100101001011100011111111100001010001110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122531; }

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

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

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

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

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

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

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

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