#12202D

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

Shades of Black Pearl #12202D

Tints of Black Pearl #12202D

Color information

#12202D (or 0x12202D) is unknown color: approx Black Pearl. HEX triplet: 12, 20 and 2D. RGB value is (18,32,45). Sum of RGB (Red+Green+Blue) = 18+32+45=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #12202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12202D is #EDDFD2. Grayscale: #1D1D1D. Windows color (decimal): -15589331 or 2957330. OLE color: 2957330.

HSL color Cylindrical-coordinate representation of color #12202D: hue angle of 208.89º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12202D is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183245-
CMYK0.60.2900.82
HSL208.89º42.86%12.35%-
HSV(B)208.89º60%17.65%-
XYZ1.241.352.68-
YUV29.3136.86119.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=18.95%
G=33.68%
B=47.37%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1832450.60.2900.82208.8942.8612.35
Hex12202D3C1D052d12bc
Octal224055743501223215314
Binary100101000001011011111001110101010010110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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