#121A1D

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

Shades of Black Pearl #121A1D

Tints of Black Pearl #121A1D

Color information

#121A1D (or 0x121A1D) is unknown color: approx Black Pearl. HEX triplet: 12, 1A and 1D. RGB value is (18,26,29). Sum of RGB (Red+Green+Blue) = 18+26+29=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #121A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A1D is #EDE5E2. Grayscale: #171717. Windows color (decimal): -15590883 or 1907218. OLE color: 1907218.

HSL color Cylindrical-coordinate representation of color #121A1D: hue angle of 196.36º 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 #121A1D is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182629-
CMYK0.380.1000.89
HSL196.36º23.4%9.22%-
HSV(B)196.36º37.93%11.37%-
XYZ0.840.961.3-
YUV23.95130.85123.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=24.66%
G=35.62%
B=39.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1826290.380.1000.89196.3623.49.22
Hex121A1D26A059c4179
Octal223235461201313042711
Binary10010110101110110011010100101100111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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