#12202E

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

Shades of Black Pearl #12202E

Tints of Black Pearl #12202E

Color information

#12202E (or 0x12202E) is unknown color: approx Black Pearl. HEX triplet: 12, 20 and 2E. RGB value is (18,32,46). Sum of RGB (Red+Green+Blue) = 18+32+46=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #12202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12202E is #EDDFD1. Grayscale: #1D1D1D. Windows color (decimal): -15589330 or 3022866. OLE color: 3022866.

HSL color Cylindrical-coordinate representation of color #12202E: hue angle of 210º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12202E is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183246-
CMYK0.610.3000.82
HSL210º43.75%12.55%-
HSV(B)210º60.87%18.04%-
XYZ1.261.362.78-
YUV29.41137.36119.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=18.75%
G=33.33%
B=47.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1832460.610.3000.8221043.7512.55
Hex12202E3D1E052d22cd
Octal224056753601223225415
Binary100101000001011101111011111001010010110100101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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