#121E2E

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

Shades of Black Pearl #121E2E

Tints of Black Pearl #121E2E

Color information

#121E2E (or 0x121E2E) is unknown color: approx Black Pearl. HEX triplet: 12, 1E and 2E. RGB value is (18,30,46). Sum of RGB (Red+Green+Blue) = 18+30+46=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #121E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E2E is #EDE1D1. Grayscale: #1C1C1C. Windows color (decimal): -15589842 or 3022354. OLE color: 3022354.

HSL color Cylindrical-coordinate representation of color #121E2E: hue angle of 214.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121E2E is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183046-
CMYK0.610.3500.82
HSL214.29º43.75%12.55%-
HSV(B)214.29º60.87%18.04%-
XYZ1.211.252.76-
YUV28.24138.02120.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=19.15%
G=31.91%
B=48.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1830460.610.3500.82214.2943.7512.55
Hex121E2E3D23052d62cd
Octal223656754301223265415
Binary100101111010111011110110001101010010110101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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