#121F2F

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

Shades of Black Pearl #121F2F

Tints of Black Pearl #121F2F

Color information

#121F2F (or 0x121F2F) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 2F. RGB value is (18,31,47). Sum of RGB (Red+Green+Blue) = 18+31+47=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #121F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2F is #EDE0D0. Grayscale: #1C1C1C. Windows color (decimal): -15589585 or 3088146. OLE color: 3088146.

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

Color convert

RGB183147-
CMYK0.620.3400.82
HSL213.1º44.62%12.75%-
HSV(B)213.1º61.7%18.43%-
XYZ1.251.312.88-
YUV28.94138.19120.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 31 (12.5% from 255) = 32.29%
BLUE value IS 47 (18.75% from 255) = 48.96%
R=18.75%
G=32.29%
B=48.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1831470.620.3400.82213.144.6212.75
Hex121F2F3E22052d52dd
Octal223757764201223255515
Binary100101111110111111111010001001010010110101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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