#121F2E

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

Shades of Black Pearl #121F2E

Tints of Black Pearl #121F2E

Color information

#121F2E (or 0x121F2E) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 2E. RGB value is (18,31,46). Sum of RGB (Red+Green+Blue) = 18+31+46=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #121F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2E is #EDE0D1. Grayscale: #1C1C1C. Windows color (decimal): -15589586 or 3022610. OLE color: 3022610.

HSL color Cylindrical-coordinate representation of color #121F2E: hue angle of 212.14º 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 #121F2E is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183146-
CMYK0.610.3300.82
HSL212.14º43.75%12.55%-
HSV(B)212.14º60.87%18.04%-
XYZ1.231.312.77-
YUV28.82137.69120.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 46 (18.36% from 255) = 48.42%
R=18.95%
G=32.63%
B=48.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1831460.610.3300.82212.1443.7512.55
Hex121F2E3D21052d42cd
Octal223756754101223245415
Binary100101111110111011110110000101010010110101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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