#121C25

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

Shades of Black Pearl #121C25

Tints of Black Pearl #121C25

Color information

#121C25 (or 0x121C25) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 25. RGB value is (18,28,37). Sum of RGB (Red+Green+Blue) = 18+28+37=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #121C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C25 is #EDE3DA. Grayscale: #191919. Windows color (decimal): -15590363 or 2432018. OLE color: 2432018.

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

Color convert

RGB182837-
CMYK0.510.2400.85
HSL208.42º34.55%10.78%-
HSV(B)208.42º51.35%14.51%-
XYZ11.091.91-
YUV26.04134.19122.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=21.69%
G=33.73%
B=44.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1828370.510.2400.85208.4234.5510.78
Hex121C253318055d023b
Octal223445633001253204313
Binary10010111001001011100111100001010101110100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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