#121C1E

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

Shades of Black Pearl #121C1E

Tints of Black Pearl #121C1E

Color information

#121C1E (or 0x121C1E) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 1E. RGB value is (18,28,30). Sum of RGB (Red+Green+Blue) = 18+28+30=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #121C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1E is #EDE3E1. Grayscale: #191919. Windows color (decimal): -15590370 or 1973266. OLE color: 1973266.

HSL color Cylindrical-coordinate representation of color #121C1E: hue angle of 190º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121C1E is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182830-
CMYK0.400.0700.88
HSL190º25%9.41%-
HSV(B)190º40%11.76%-
XYZ0.91.051.38-
YUV25.24130.69122.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=23.68%
G=36.84%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1828300.400.0700.88190259.41
Hex121C1E287058be199
Octal22343650701302763111
Binary1001011100111101010001110101100010111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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