#121D23

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

Shades of Black Pearl #121D23

Tints of Black Pearl #121D23

Color information

#121D23 (or 0x121D23) is unknown color: approx Black Pearl. HEX triplet: 12, 1D and 23. RGB value is (18,29,35). Sum of RGB (Red+Green+Blue) = 18+29+35=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #121D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D23 is #EDE2DC. Grayscale: #1A1A1A. Windows color (decimal): -15590109 or 2301202. OLE color: 2301202.

HSL color Cylindrical-coordinate representation of color #121D23: hue angle of 201.18º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #121D23 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB182935-
CMYK0.490.1700.86
HSL201.18º32.08%10.39%-
HSV(B)201.18º48.57%13.73%-
XYZ0.991.131.76-
YUV26.4132.86122.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=21.95%
G=35.37%
B=42.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1829350.490.1700.86201.1832.0810.39
Hex121D233111056c920a
Octal223543612101263114012
Binary10010111011000111100011000101010110110010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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