#121B1F

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

Shades of Black Pearl #121B1F

Tints of Black Pearl #121B1F

Color information

#121B1F (or 0x121B1F) is unknown color: approx Black Pearl. HEX triplet: 12, 1B and 1F. RGB value is (18,27,31). Sum of RGB (Red+Green+Blue) = 18+27+31=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #121B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1F is #EDE4E0. Grayscale: #181818. Windows color (decimal): -15590625 or 2038546. OLE color: 2038546.

HSL color Cylindrical-coordinate representation of color #121B1F: hue angle of 198.46º 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 #121B1F is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182731-
CMYK0.420.1300.88
HSL198.46º26.53%9.61%-
HSV(B)198.46º41.94%12.16%-
XYZ0.891.011.44-
YUV24.76131.52123.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=23.68%
G=35.53%
B=40.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1827310.420.1300.88198.4626.539.61
Hex121B1F2AD058c61ba
Octal223337521501303063312
Binary10010110111111110101011010101100011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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