#12181A

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

Shades of Black Pearl #12181A

Tints of Black Pearl #12181A

Color information

#12181A (or 0x12181A) is unknown color: approx Black Pearl. HEX triplet: 12, 18 and 1A. RGB value is (18,24,26). Sum of RGB (Red+Green+Blue) = 18+24+26=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #12181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181A is #EDE7E5. Grayscale: #161616. Windows color (decimal): -15591398 or 1710098. OLE color: 1710098.

HSL color Cylindrical-coordinate representation of color #12181A: hue angle of 195º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12181A is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB182426-
CMYK0.310.0800.90
HSL195º18.18%8.63%-
HSV(B)195º30.77%10.2%-
XYZ0.760.861.1-
YUV22.43130.01124.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1824260.310.0800.9019518.188.63
Hex12181A1F805Ac3129
Octal223032371001323032211
Binary1001011000110101111110000101101011000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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