#12181E

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

Shades of Black Pearl #12181E

Tints of Black Pearl #12181E

Color information

#12181E (or 0x12181E) is unknown color: approx Black Pearl. HEX triplet: 12, 18 and 1E. RGB value is (18,24,30). Sum of RGB (Red+Green+Blue) = 18+24+30=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #12181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181E is #EDE7E1. Grayscale: #161616. Windows color (decimal): -15591394 or 1972242. OLE color: 1972242.

HSL color Cylindrical-coordinate representation of color #12181E: hue angle of 210º 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 #12181E is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182430-
CMYK0.400.2000.88
HSL210º25%9.41%-
HSV(B)210º40%11.76%-
XYZ0.810.881.35-
YUV22.89132.01124.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1824300.400.2000.88210259.41
Hex12181E2814058d2199
Octal223036502401303223111
Binary100101100011110101000101000101100011010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12181E; }

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

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

<style>
 a { background-color: #12181E; }

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

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

<style>
 span { border-color: #12181E; }

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

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