#121B24

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

Shades of Black Pearl #121B24

Tints of Black Pearl #121B24

Color information

#121B24 (or 0x121B24) is unknown color: approx Black Pearl. HEX triplet: 12, 1B and 24. RGB value is (18,27,36). Sum of RGB (Red+Green+Blue) = 18+27+36=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #121B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B24 is #EDE4DB. Grayscale: #191919. Windows color (decimal): -15590620 or 2366226. OLE color: 2366226.

HSL color Cylindrical-coordinate representation of color #121B24: hue angle of 210º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121B24 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB182736-
CMYK0.50.2500.86
HSL210º33.33%10.59%-
HSV(B)210º50%14.12%-
XYZ0.961.041.82-
YUV25.33134.02122.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 36 (14.45% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1827360.50.2500.8621033.3310.59
Hex121B243219056d221b
Octal223344623101263224113
Binary10010110111001001100101100101010110110100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,27,36); }

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

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

 a { background-color: rgb(18,27,36); }

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

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

 span { border-color: rgb(18,27,36); }

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