#121F28

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

Shades of Black Pearl #121F28

Tints of Black Pearl #121F28

Color information

#121F28 (or 0x121F28) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 28. RGB value is (18,31,40). Sum of RGB (Red+Green+Blue) = 18+31+40=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #121F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F28 is #EDE0D7. Grayscale: #1C1C1C. Windows color (decimal): -15589592 or 2629394. OLE color: 2629394.

HSL color Cylindrical-coordinate representation of color #121F28: hue angle of 204.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121F28 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183140-
CMYK0.550.2200.84
HSL204.55º37.93%11.37%-
HSV(B)204.55º55%15.69%-
XYZ1.121.262.19-
YUV28.14134.69120.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=20.22%
G=34.83%
B=44.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1831400.550.2200.84204.5537.9311.37
Hex121F283716054cd26b
Octal223750672601243154613
Binary10010111111010001101111011001010100110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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