#12181C

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

Shades of Black Pearl #12181C

Tints of Black Pearl #12181C

Color information

#12181C (or 0x12181C) is unknown color: approx Black Pearl. HEX triplet: 12, 18 and 1C. RGB value is (18,24,28). Sum of RGB (Red+Green+Blue) = 18+24+28=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #12181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181C is #EDE7E3. Grayscale: #161616. Windows color (decimal): -15591396 or 1841170. OLE color: 1841170.

HSL color Cylindrical-coordinate representation of color #12181C: hue angle of 204º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12181C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182428-
CMYK0.360.1400.89
HSL204º21.74%9.02%-
HSV(B)204º35.71%10.98%-
XYZ0.790.871.22-
YUV22.66131.01124.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 28 (11.33% from 255) = 40%
R=25.71%
G=34.29%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1824280.360.1400.8920421.749.02
Hex12181C24E059cc169
Octal223034441601313142611
Binary10010110001110010010011100101100111001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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