#121E25

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

Shades of Black Pearl #121E25

Tints of Black Pearl #121E25

Color information

#121E25 (or 0x121E25) is unknown color: approx Black Pearl. HEX triplet: 12, 1E and 25. RGB value is (18,30,37). Sum of RGB (Red+Green+Blue) = 18+30+37=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #121E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E25 is #EDE1DA. Grayscale: #1B1B1B. Windows color (decimal): -15589851 or 2432530. OLE color: 2432530.

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

Color convert

RGB183037-
CMYK0.510.1900.85
HSL202.11º34.55%10.78%-
HSV(B)202.11º51.35%14.51%-
XYZ1.051.191.92-
YUV27.21133.52121.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=21.18%
G=35.29%
B=43.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1830370.510.1900.85202.1134.5510.78
Hex121E253313055ca23b
Octal223645632301253124313
Binary10010111101001011100111001101010101110010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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