#121D1E

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

Shades of Black Pearl #121D1E

Tints of Black Pearl #121D1E

Color information

#121D1E (or 0x121D1E) is unknown color: approx Black Pearl. HEX triplet: 12, 1D and 1E. RGB value is (18,29,30). Sum of RGB (Red+Green+Blue) = 18+29+30=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #121D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1E is #EDE2E1. Grayscale: #191919. Windows color (decimal): -15590114 or 1973522. OLE color: 1973522.

HSL color Cylindrical-coordinate representation of color #121D1E: hue angle of 185º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121D1E is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182930-
CMYK0.400.0300.88
HSL185º25%9.41%-
HSV(B)185º40%11.76%-
XYZ0.921.11.39-
YUV25.83130.36122.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=23.38%
G=37.66%
B=38.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1829300.400.0300.88185259.41
Hex121D1E283058b9199
Octal22353650301302713111
Binary100101110111110101000110101100010111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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