#121C26

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

Shades of Black Pearl #121C26

Tints of Black Pearl #121C26

Color information

#121C26 (or 0x121C26) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 26. RGB value is (18,28,38). Sum of RGB (Red+Green+Blue) = 18+28+38=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #121C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C26 is #EDE3D9. Grayscale: #1A1A1A. Windows color (decimal): -15590362 or 2497554. OLE color: 2497554.

HSL color Cylindrical-coordinate representation of color #121C26: hue angle of 210º 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 #121C26 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB182838-
CMYK0.530.2600.85
HSL210º35.71%10.98%-
HSV(B)210º52.63%14.9%-
XYZ1.011.11.99-
YUV26.15134.69122.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=21.43%
G=33.33%
B=45.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1828380.530.2600.8521035.7110.98
Hex121C26351A055d224b
Octal223446653201253224413
Binary10010111001001101101011101001010101110100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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