#121F31

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

Shades of Black Pearl #121F31

Tints of Black Pearl #121F31

Color information

#121F31 (or 0x121F31) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 31. RGB value is (18,31,49). Sum of RGB (Red+Green+Blue) = 18+31+49=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #121F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F31 is #EDE0CE. Grayscale: #1D1D1D. Windows color (decimal): -15589583 or 3219218. OLE color: 3219218.

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

Color convert

RGB183149-
CMYK0.630.3700.81
HSL214.84º46.27%13.14%-
HSV(B)214.84º63.27%19.22%-
XYZ1.291.333.09-
YUV29.16139.19120.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 49 (19.53% from 255) = 50%
R=18.37%
G=31.63%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1831490.630.3700.81214.8446.2713.14
Hex121F313F25051d72ed
Octal223761774501213275615
Binary100101111111000111111110010101010001110101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F31; }

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

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

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

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

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

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

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

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