#121B1D

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

Shades of Black Pearl #121B1D

Tints of Black Pearl #121B1D

Color information

#121B1D (or 0x121B1D) is unknown color: approx Black Pearl. HEX triplet: 12, 1B and 1D. RGB value is (18,27,29). Sum of RGB (Red+Green+Blue) = 18+27+29=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #121B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1D is #EDE4E2. Grayscale: #181818. Windows color (decimal): -15590627 or 1907474. OLE color: 1907474.

HSL color Cylindrical-coordinate representation of color #121B1D: hue angle of 190.91º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121B1D is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182729-
CMYK0.380.0700.89
HSL190.91º23.4%9.22%-
HSV(B)190.91º37.93%11.37%-
XYZ0.8611.31-
YUV24.54130.52123.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 27 (10.94% from 255) = 36.49%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=24.32%
G=36.49%
B=39.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827290.380.0700.89190.9123.49.22
Hex121B1D267059bf179
Octal22333546701312772711
Binary1001011011111011001101110101100110111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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