#121B27

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

Shades of Black Pearl #121B27

Tints of Black Pearl #121B27

Color information

#121B27 (or 0x121B27) is unknown color: approx Black Pearl. HEX triplet: 12, 1B and 27. RGB value is (18,27,39). Sum of RGB (Red+Green+Blue) = 18+27+39=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #121B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B27 is #EDE4D8. Grayscale: #191919. Windows color (decimal): -15590617 or 2562834. OLE color: 2562834.

HSL color Cylindrical-coordinate representation of color #121B27: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121B27 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB182739-
CMYK0.540.3100.85
HSL214.29º36.84%11.18%-
HSV(B)214.29º53.85%15.29%-
XYZ1.011.062.07-
YUV25.68135.52122.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=21.43%
G=32.14%
B=46.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1827390.540.3100.85214.2936.8411.18
Hex121B27361F055d625b
Octal223347663701253264513
Binary10010110111001111101101111101010101110101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,27,39); }

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

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

 a { background-color: rgb(18,27,39); }

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

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

 span { border-color: rgb(18,27,39); }

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