#121D1F

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

Shades of Black Pearl #121D1F

Tints of Black Pearl #121D1F

Color information

#121D1F (or 0x121D1F) is unknown color: approx Black Pearl. HEX triplet: 12, 1D and 1F. RGB value is (18,29,31). Sum of RGB (Red+Green+Blue) = 18+29+31=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #121D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1F is #EDE2E0. Grayscale: #191919. Windows color (decimal): -15590113 or 2039058. OLE color: 2039058.

HSL color Cylindrical-coordinate representation of color #121D1F: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121D1F is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182931-
CMYK0.420.0600.88
HSL189.23º26.53%9.61%-
HSV(B)189.23º41.94%12.16%-
XYZ0.941.111.46-
YUV25.94130.86122.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=23.08%
G=37.18%
B=39.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1829310.420.0600.88189.2326.539.61
Hex121D1F2A6058bd1ba
Octal22353752601302753312
Binary1001011101111111010101100101100010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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