#121A25

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

Shades of Black Pearl #121A25

Tints of Black Pearl #121A25

Color information

#121A25 (or 0x121A25) is unknown color: approx Black Pearl. HEX triplet: 12, 1A and 25. RGB value is (18,26,37). Sum of RGB (Red+Green+Blue) = 18+26+37=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #121A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A25 is #EDE5DA. Grayscale: #181818. Windows color (decimal): -15590875 or 2431506. OLE color: 2431506.

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

Color convert

RGB182637-
CMYK0.510.3000.85
HSL214.74º34.55%10.78%-
HSV(B)214.74º51.35%14.51%-
XYZ0.9511.89-
YUV24.86134.85123.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=22.22%
G=32.10%
B=45.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1826370.510.3000.85214.7434.5510.78
Hex121A25331E055d723b
Octal223245633601253274313
Binary10010110101001011100111111001010101110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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