#121D28

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

Shades of Black Pearl #121D28

Tints of Black Pearl #121D28

Color information

#121D28 (or 0x121D28) is unknown color: approx Black Pearl. HEX triplet: 12, 1D and 28. RGB value is (18,29,40). Sum of RGB (Red+Green+Blue) = 18+29+40=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #121D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D28 is #EDE2D7. Grayscale: #1A1A1A. Windows color (decimal): -15590104 or 2628882. OLE color: 2628882.

HSL color Cylindrical-coordinate representation of color #121D28: hue angle of 210º 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 #121D28 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182940-
CMYK0.550.2800.84
HSL210º37.93%11.37%-
HSV(B)210º55%15.69%-
XYZ1.071.162.17-
YUV26.97135.36121.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 45.98%
R=20.69%
G=33.33%
B=45.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1829400.550.2800.8421037.9311.37
Hex121D28371C054d226b
Octal223550673401243224613
Binary10010111011010001101111110001010100110100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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