#121E2C

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

Shades of Black Pearl #121E2C

Tints of Black Pearl #121E2C

Color information

#121E2C (or 0x121E2C) is unknown color: approx Black Pearl. HEX triplet: 12, 1E and 2C. RGB value is (18,30,44). Sum of RGB (Red+Green+Blue) = 18+30+44=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #121E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E2C is #EDE1D3. Grayscale: #1B1B1B. Windows color (decimal): -15589844 or 2891282. OLE color: 2891282.

HSL color Cylindrical-coordinate representation of color #121E2C: hue angle of 212.31º 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 #121E2C is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183044-
CMYK0.590.3200.83
HSL212.31º41.94%12.16%-
HSV(B)212.31º59.09%17.25%-
XYZ1.171.242.56-
YUV28.01137.02120.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=19.57%
G=32.61%
B=47.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1830440.590.3200.83212.3141.9412.16
Hex121E2C3B20053d42ac
Octal223654734001233245214
Binary100101111010110011101110000001010011110101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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