#121E26

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

Shades of Black Pearl #121E26

Tints of Black Pearl #121E26

Color information

#121E26 (or 0x121E26) is unknown color: approx Black Pearl. HEX triplet: 12, 1E and 26. RGB value is (18,30,38). Sum of RGB (Red+Green+Blue) = 18+30+38=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #121E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E26 is #EDE1D9. Grayscale: #1B1B1B. Windows color (decimal): -15589850 or 2498066. OLE color: 2498066.

HSL color Cylindrical-coordinate representation of color #121E26: hue angle of 204º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #121E26 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183038-
CMYK0.530.2100.85
HSL204º35.71%10.98%-
HSV(B)204º52.63%14.9%-
XYZ1.061.22.01-
YUV27.32134.02121.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 38 (15.23% from 255) = 44.19%
R=20.93%
G=34.88%
B=44.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1830380.530.2100.8520435.7110.98
Hex121E263515055cc24b
Octal223646652501253144413
Binary10010111101001101101011010101010101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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