#121F25

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

Shades of Black Pearl #121F25

Tints of Black Pearl #121F25

Color information

#121F25 (or 0x121F25) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 25. RGB value is (18,31,37). Sum of RGB (Red+Green+Blue) = 18+31+37=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #121F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F25 is #EDE0DA. Grayscale: #1B1B1B. Windows color (decimal): -15589595 or 2432786. OLE color: 2432786.

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

Color convert

RGB183137-
CMYK0.510.1600.85
HSL198.95º34.55%10.78%-
HSV(B)198.95º51.35%14.51%-
XYZ1.071.241.93-
YUV27.8133.19121.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=20.93%
G=36.05%
B=43.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1831370.510.1600.85198.9534.5510.78
Hex121F253310055c723b
Octal223745632001253074313
Binary10010111111001011100111000001010101110001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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