#12181D

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

Shades of Black Pearl #12181D

Tints of Black Pearl #12181D

Color information

#12181D (or 0x12181D) is unknown color: approx Black Pearl. HEX triplet: 12, 18 and 1D. RGB value is (18,24,29). Sum of RGB (Red+Green+Blue) = 18+24+29=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #12181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181D is #EDE7E2. Grayscale: #161616. Windows color (decimal): -15591395 or 1906706. OLE color: 1906706.

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

Color convert

RGB182429-
CMYK0.380.1700.89
HSL207.27º23.4%9.22%-
HSV(B)207.27º37.93%11.37%-
XYZ0.80.871.29-
YUV22.78131.51124.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=25.35%
G=33.80%
B=40.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1824290.380.1700.89207.2723.49.22
Hex12181D2611059cf179
Octal223035462101313172711
Binary100101100011101100110100010101100111001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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