#121F2C

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

Shades of Black Pearl #121F2C

Tints of Black Pearl #121F2C

Color information

#121F2C (or 0x121F2C) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 2C. RGB value is (18,31,44). Sum of RGB (Red+Green+Blue) = 18+31+44=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #121F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2C is #EDE0D3. Grayscale: #1C1C1C. Windows color (decimal): -15589588 or 2891538. OLE color: 2891538.

HSL color Cylindrical-coordinate representation of color #121F2C: hue angle of 210º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121F2C is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183144-
CMYK0.590.3000.83
HSL210º41.94%12.16%-
HSV(B)210º59.09%17.25%-
XYZ1.191.292.57-
YUV28.6136.69120.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=19.35%
G=33.33%
B=47.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1831440.590.3000.8321041.9412.16
Hex121F2C3B1E053d22ac
Octal223754733601233225214
Binary10010111111011001110111111001010011110100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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