#121C2C

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

Shades of Black Pearl #121C2C

Tints of Black Pearl #121C2C

Color information

#121C2C (or 0x121C2C) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 2C. RGB value is (18,28,44). Sum of RGB (Red+Green+Blue) = 18+28+44=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #121C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C2C is #EDE3D3. Grayscale: #1A1A1A. Windows color (decimal): -15590356 or 2890770. OLE color: 2890770.

HSL color Cylindrical-coordinate representation of color #121C2C: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121C2C is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182844-
CMYK0.590.3600.83
HSL216.92º41.94%12.16%-
HSV(B)216.92º59.09%17.25%-
XYZ1.121.142.54-
YUV26.83137.69121.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=20%
G=31.11%
B=48.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1828440.590.3600.83216.9241.9412.16
Hex121C2C3B24053d92ac
Octal223454734401233315214
Binary100101110010110011101110010001010011110110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,44); }

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

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

 a { background-color: rgb(18,28,44); }

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

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

 span { border-color: rgb(18,28,44); }

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