#121D25

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

Shades of Black Pearl #121D25

Tints of Black Pearl #121D25

Color information

#121D25 (or 0x121D25) is unknown color: approx Black Pearl. HEX triplet: 12, 1D and 25. RGB value is (18,29,37). Sum of RGB (Red+Green+Blue) = 18+29+37=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #121D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D25 is #EDE2DA. Grayscale: #1A1A1A. Windows color (decimal): -15590107 or 2432274. OLE color: 2432274.

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

Color convert

RGB182937-
CMYK0.510.2200.85
HSL205.26º34.55%10.78%-
HSV(B)205.26º51.35%14.51%-
XYZ1.021.141.92-
YUV26.62133.86121.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=21.43%
G=34.52%
B=44.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1829370.510.2200.85205.2634.5510.78
Hex121D253316055cd23b
Octal223545632601253154313
Binary10010111011001011100111011001010101110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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