#121A1F

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

Shades of Black Pearl #121A1F

Tints of Black Pearl #121A1F

Color information

#121A1F (or 0x121A1F) is unknown color: approx Black Pearl. HEX triplet: 12, 1A and 1F. RGB value is (18,26,31). Sum of RGB (Red+Green+Blue) = 18+26+31=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #121A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A1F is #EDE5E0. Grayscale: #181818. Windows color (decimal): -15590881 or 2038290. OLE color: 2038290.

HSL color Cylindrical-coordinate representation of color #121A1F: hue angle of 203.08º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121A1F is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182631-
CMYK0.420.1600.88
HSL203.08º26.53%9.61%-
HSV(B)203.08º41.94%12.16%-
XYZ0.870.971.44-
YUV24.18131.85123.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=24%
G=34.67%
B=41.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1826310.420.1600.88203.0826.539.61
Hex121A1F2A10058cb1ba
Octal223237522001303133312
Binary100101101011111101010100000101100011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,31); }

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

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

 a { background-color: rgb(18,26,31); }

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

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

 span { border-color: rgb(18,26,31); }

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