#121F27

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

Shades of Black Pearl #121F27

Tints of Black Pearl #121F27

Color information

#121F27 (or 0x121F27) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 27. RGB value is (18,31,39). Sum of RGB (Red+Green+Blue) = 18+31+39=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #121F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F27 is #EDE0D8. Grayscale: #1B1B1B. Windows color (decimal): -15589593 or 2563858. OLE color: 2563858.

HSL color Cylindrical-coordinate representation of color #121F27: hue angle of 202.86º 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 #121F27 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183139-
CMYK0.540.2100.85
HSL202.86º36.84%11.18%-
HSV(B)202.86º53.85%15.29%-
XYZ1.111.262.1-
YUV28.02134.19120.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 39 (15.62% from 255) = 44.32%
R=20.45%
G=35.23%
B=44.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1831390.540.2100.85202.8636.8411.18
Hex121F273615055cb25b
Octal223747662501253134513
Binary10010111111001111101101010101010101110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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