#121C2A

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

Shades of Black Pearl #121C2A

Tints of Black Pearl #121C2A

Color information

#121C2A (or 0x121C2A) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 2A. RGB value is (18,28,42). Sum of RGB (Red+Green+Blue) = 18+28+42=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #121C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C2A is #EDE3D5. Grayscale: #1A1A1A. Windows color (decimal): -15590358 or 2759698. OLE color: 2759698.

HSL color Cylindrical-coordinate representation of color #121C2A: hue angle of 215º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #121C2A is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182842-
CMYK0.570.3300.84
HSL215º40%11.76%-
HSV(B)215º57.14%16.47%-
XYZ1.081.132.35-
YUV26.61136.69121.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 42 (16.80% from 255) = 47.73%
R=20.45%
G=31.82%
B=47.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1828420.570.3300.842154011.76
Hex121C2A3921054d728c
Octal223452714101243275014
Binary100101110010101011100110000101010100110101111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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