#121924

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

Shades of Black Pearl #121924

Tints of Black Pearl #121924

Color information

#121924 (or 0x121924) is unknown color: approx Black Pearl. HEX triplet: 12, 19 and 24. RGB value is (18,25,36). Sum of RGB (Red+Green+Blue) = 18+25+36=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #121924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121924 is #EDE6DB. Grayscale: #181818. Windows color (decimal): -15591132 or 2365714. OLE color: 2365714.

HSL color Cylindrical-coordinate representation of color #121924: hue angle of 216.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121924 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB182536-
CMYK0.50.3100.86
HSL216.67º33.33%10.59%-
HSV(B)216.67º50%14.12%-
XYZ0.920.951.8-
YUV24.16134.68123.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 36 (14.45% from 255) = 45.57%
R=22.78%
G=31.65%
B=45.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1825360.50.3100.86216.6733.3310.59
Hex121924321F056d921b
Octal223144623701263314113
Binary10010110011001001100101111101010110110110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121924; }

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

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

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

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

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

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

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

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