#121A1E

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

Shades of Black Pearl #121A1E

Tints of Black Pearl #121A1E

Color information

#121A1E (or 0x121A1E) is unknown color: approx Black Pearl. HEX triplet: 12, 1A and 1E. RGB value is (18,26,30). Sum of RGB (Red+Green+Blue) = 18+26+30=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #121A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A1E is #EDE5E1. Grayscale: #181818. Windows color (decimal): -15590882 or 1972754. OLE color: 1972754.

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

Color convert

RGB182630-
CMYK0.400.1300.88
HSL200º25%9.41%-
HSV(B)200º40%11.76%-
XYZ0.850.961.37-
YUV24.06131.35123.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=24.32%
G=35.14%
B=40.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1826300.400.1300.88200259.41
Hex121A1E28D058c8199
Octal223236501501303103111
Binary10010110101111010100011010101100011001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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