#121C1D

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

Shades of Black Pearl #121C1D

Tints of Black Pearl #121C1D

Color information

#121C1D (or 0x121C1D) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 1D. RGB value is (18,28,29). Sum of RGB (Red+Green+Blue) = 18+28+29=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #121C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1D is #EDE3E2. Grayscale: #191919. Windows color (decimal): -15590371 or 1907730. OLE color: 1907730.

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

Color convert

RGB182829-
CMYK0.380.0300.89
HSL185.45º23.4%9.22%-
HSV(B)185.45º37.93%11.37%-
XYZ0.891.051.32-
YUV25.12130.19122.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=24%
G=37.33%
B=38.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1828290.380.0300.89185.4523.49.22
Hex121C1D263059b9179
Octal22343546301312712711
Binary100101110011101100110110101100110111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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