#122231

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

Shades of Black Pearl #122231

Tints of Black Pearl #122231

Color information

#122231 (or 0x122231) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 31. RGB value is (18,34,49). Sum of RGB (Red+Green+Blue) = 18+34+49=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #122231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122231 is #EDDDCE. Grayscale: #1E1E1E. Windows color (decimal): -15588815 or 3219986. OLE color: 3219986.

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

Color convert

RGB183449-
CMYK0.630.3100.81
HSL209.03º46.27%13.14%-
HSV(B)209.03º63.27%19.22%-
XYZ1.381.493.12-
YUV30.93138.2118.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=17.82%
G=33.66%
B=48.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1834490.630.3100.81209.0346.2713.14
Hex1222313F1F051d12ed
Octal224261773701213215615
Binary100101000101100011111111111101010001110100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122231; }

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

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

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

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

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

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

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

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