#12202C

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

Shades of Black Pearl #12202C

Tints of Black Pearl #12202C

Color information

#12202C (or 0x12202C) is unknown color: approx Black Pearl. HEX triplet: 12, 20 and 2C. RGB value is (18,32,44). Sum of RGB (Red+Green+Blue) = 18+32+44=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #12202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12202C is #EDDFD3. Grayscale: #1D1D1D. Windows color (decimal): -15589332 or 2891794. OLE color: 2891794.

HSL color Cylindrical-coordinate representation of color #12202C: hue angle of 207.69º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12202C is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183244-
CMYK0.590.2700.83
HSL207.69º41.94%12.16%-
HSV(B)207.69º59.09%17.25%-
XYZ1.221.342.58-
YUV29.18136.36120.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 44 (17.58% from 255) = 46.81%
R=19.15%
G=34.04%
B=46.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1832440.590.2700.83207.6941.9412.16
Hex12202C3B1B053d02ac
Octal224054733301233205214
Binary100101000001011001110111101101010011110100001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,32,44); }

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

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

 a { background-color: rgb(18,32,44); }

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

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

 span { border-color: rgb(18,32,44); }

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